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

No src_in flow control, so default gap_siso to c_dp_siso_rdy (set both ready and xon).

parent b96563e1
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ BEGIN ...@@ -90,7 +90,7 @@ BEGIN
src_out => gap_sosi src_out => gap_sosi
); );
gap_siso.ready <= '1'; gap_siso <= c_dp_siso_rdy; -- no flow control
-- As the dp_gap takes care of the frame length and the gap length, all our FSM needs -- As the dp_gap takes care of the frame length and the gap length, all our FSM needs
-- to do is to take care of xgmii data and control words: -- to do is to take care of xgmii data and control words:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment