- 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
+2 -2
View File
@@ -15,9 +15,9 @@ ENTITY uart IS
re : in STD_LOGIC;
din : in unsigned(7 downto 0);
dout : out unsigned(7 downto 0);
ser_rx : in std_logic;
ser_rx : in std_logic;
ser_tx : out std_logic;
ctrl : out ctrl_t;
ctrl : in ctrl_t;
status : out status_t
);
END uart;