Skip to content
Snippets Groups Projects
Commit b37db3e9 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Time tx_ready and rx_ready after tr_rst release. Otherwise tb_tb_tech_eth_10g...

Time tx_ready and rx_ready after tr_rst release. Otherwise tb_tb_tech_eth_10g u_sim misses the first packets.
parent 9d5682d2
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ BEGIN ...@@ -93,7 +93,7 @@ BEGIN
) )
PORT MAP( PORT MAP(
clk => clk_156, clk => clk_156,
in_rst => '0', in_rst => rst_156,
out_rst => xgmii_tx_ready_arr(i) out_rst => xgmii_tx_ready_arr(i)
); );
...@@ -105,7 +105,7 @@ BEGIN ...@@ -105,7 +105,7 @@ BEGIN
) )
PORT MAP( PORT MAP(
clk => clk_156, clk => clk_156,
in_rst => '0', in_rst => rst_156,
out_rst => xgmii_rx_ready_arr(i) out_rst => xgmii_rx_ready_arr(i)
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment