- ctrl is input

git-svn-id: http://moon:8086/svn/vhdl/trunk@1241 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-27 15:59:43 +00:00
parent 6588eb752a
commit 13488ae71e
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ ARCHITECTURE rtl OF uart_wb IS
dout : out unsigned(7 downto 0);
ser_rx : in std_logic;
ser_tx : out std_logic;
ctrl : out ctrl_t;
ctrl : in ctrl_t;
status : out status_t
);
END COMPONENT;