Commit 354b935f authored by Maciej Lipinski's avatar Maciej Lipinski

dirty hack to make simulation work

parent 8299d657
Pipeline #782 failed with stages
in 6 seconds
......@@ -479,9 +479,9 @@ begin
data_i => phy_rdy_i,
synced_o => phy_rdy_resync_sys);
rst_n_rx <= rst_rxclk_n_i and phy_rdy_i;
rst_n_rx <= rst_rxclk_n_i;-- and phy_rdy_i;
rst_n_rx_resync_sys <= rst_sys_n_i and phy_rdy_resync_sys;
rst_n_rx_resync_sys <= rst_sys_n_i;-- and phy_rdy_resync_sys;
-------------------------------------------------------------------------------
-- 1000Base-X PCS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment