Commit dfd270dc authored by Phil Clarke's avatar Phil Clarke

Speculative 100% throughput fix for WRC EP

parent 63d6e85c
......@@ -499,7 +499,9 @@ begin
tx_odd_length <= '0';
end if;
tx_cntr <= "1000";
-- 2 May 2023
-- Phil C: Attempted Fix for 100% of line-rate TX on spec... was "1000"
tx_cntr <= "0011";
-------------------------------------------------------------------------------
-- State GEN_ERROR: entered when an error occured. Just terminates the frame.
......
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