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

Remark that BG samples_per_packet >= 2.

parent f679ecf2
No related branches found
No related tags found
1 merge request!288Resolve L2SDP-836
......@@ -33,7 +33,10 @@
-- mem_low_adrs : slv -- block start address at MM interface
-- mem_high_adrs : slv -- end address at MM interface
-- bsn_init : slv -- BSN of first output block
--
--
-- The samples_per_packet >= 2, because the in the p-comb state machine the
-- eop cannot occur at the sop.
--
-- The MM reading starts at mem_low_adrs when the BG is first enabled. If
-- the mem_high_adrs-mem_low_adrs+1 < samples_per_packet then the reading
-- wraps and continues from mem_low_adrs. For every new block the reading
......
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