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

Comment update only.

parent 59ec62e0
No related branches found
No related tags found
No related merge requests found
......@@ -98,11 +98,12 @@
-- | snk_in | gen |
-- \--------->| arr |
-- |------|
--
-- * Example 3: Use snk_in.valid to recreate sop, eop, bsn for a DP
-- function that only passes on the valid. However for delay
-- the snk_in.bsn by g_nof_pages_bsn to account for the block
-- latency of the upstream DP components that did not pass on
-- the snk_in.bsn.
-- function that only passes on the valid. However use snk_in.sync
-- to delay the snk_in.bsn by g_nof_pages_bsn to account for the
-- block latency of the upstream DP components that did not pass
-- on the snk_in.bsn.
--
-- - g_check_input_sync = False
-- - g_nof_pages_bsn >= 1
......@@ -119,6 +120,7 @@
--
-- Remarks:
-- . This dp_block_gen_arr relates to:
-- - dp_bsn_source.vhd
-- - dp_dp_block_gen.vhd
-- - dp_paged_sop_eop_reg.vhd
-- - dp_fifo_info.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment