- fixed
git-svn-id: http://moon:8086/svn/vhdl/trunk@1246 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user