git-svn-id: http://moon:8086/svn/vhdl/trunk@1246 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-27 16:20:33 +00:00
parent 194720b817
commit d4008485e3
+2 -2
View File
@@ -54,7 +54,7 @@ begin
end if; end if;
end process; end process;
inst_uart_tx: entity work.uart_tx inst_uart_tx: entity work.kcuart_tx
port map port map
( (
data_in => std_logic_vector(din), data_in => std_logic_vector(din),
@@ -69,7 +69,7 @@ inst_uart_tx: entity work.uart_tx
clk => clk clk => clk
); );
inst_uart_rx: entity work.uart_rx inst_uart_rx: entity work.kcuart_rx
port map port map
( (
serial_in => ser_rx, serial_in => ser_rx,