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

Clarify gapsize >= 0.

parent 032a28c7
No related branches found
No related tags found
1 merge request!297Resolve L2SDP-837 "B"
...@@ -36,9 +36,10 @@ ...@@ -36,9 +36,10 @@
-- --
-- The samples_per_packet >= 2, because the in the p_comb state machine the -- The samples_per_packet >= 2, because the in the p_comb state machine the
-- eop cannot occur at the sop. -- eop cannot occur at the sop.
--
-- The blocks_per_sync >= 1, so it is possible to have one block per sync -- The blocks_per_sync >= 1, so it is possible to have one block per sync
-- interval. -- interval.
-- The gapsize >= 0, so it is possible to have blocks directly after
-- eachother without emoty cylces.
-- --
-- The BG sync interval takes blocks_per_sync * (samples_per_packet + -- The BG sync interval takes blocks_per_sync * (samples_per_packet +
-- gapsize) clock cylces. However in case of back pressure from out_siso -- gapsize) clock cylces. However in case of back pressure from out_siso
......
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