From de99799f1472b6beb21e5b29cddf8596804ae054 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 8 Nov 2009 21:53:11 +0000 Subject: [PATCH] - minor changes Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@646 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/uart/uart_wb.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uart/uart_wb.vhd b/lib/uart/uart_wb.vhd index f5acad0..f4f9fad 100644 --- a/lib/uart/uart_wb.vhd +++ b/lib/uart/uart_wb.vhd @@ -7,6 +7,7 @@ ENTITY uart_wb IS ( CLK_I : in STD_LOGIC; RST_I : in STD_LOGIC; + INT_O : out STD_LOGIC; CYC_I : in STD_LOGIC; STB_I : in STD_LOGIC; SEL_I : in unsigned(3 downto 0); @@ -17,7 +18,6 @@ ENTITY uart_wb IS ADDR_I : in unsigned(31 downto 0); DAT_I : in unsigned(31 downto 0); DAT_O : out unsigned(31 downto 0); - INT_O : out STD_LOGIC; ser_rx : in std_logic; ser_tx : out std_logic );