fpga: bench: Fix top level clock pin name
This commit is contained in:
parent
3ecc6a4ed1
commit
0545769bcd
@ -73,7 +73,7 @@ begin
|
|||||||
|
|
||||||
top_inst : entity design.top
|
top_inst : entity design.top
|
||||||
port map(
|
port map(
|
||||||
clk_50m => clk,
|
clk_in => clk,
|
||||||
uart_tx => uart_txd,
|
uart_tx => uart_txd,
|
||||||
uart_rx => uart_rxd,
|
uart_rx => uart_rxd,
|
||||||
eth_rx_p => rx_p,
|
eth_rx_p => rx_p,
|
||||||
|
Loading…
Reference in New Issue
Block a user