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 @@ ...@@ -98,11 +98,12 @@
-- | snk_in | gen | -- | snk_in | gen |
-- \--------->| arr | -- \--------->| arr |
-- |------| -- |------|
--
-- * Example 3: Use snk_in.valid to recreate sop, eop, bsn for a DP -- * Example 3: Use snk_in.valid to recreate sop, eop, bsn for a DP
-- function that only passes on the valid. However for delay -- function that only passes on the valid. However use snk_in.sync
-- the snk_in.bsn by g_nof_pages_bsn to account for the block -- to delay the snk_in.bsn by g_nof_pages_bsn to account for the
-- latency of the upstream DP components that did not pass on -- block latency of the upstream DP components that did not pass
-- the snk_in.bsn. -- on the snk_in.bsn.
-- --
-- - g_check_input_sync = False -- - g_check_input_sync = False
-- - g_nof_pages_bsn >= 1 -- - g_nof_pages_bsn >= 1
...@@ -119,6 +120,7 @@ ...@@ -119,6 +120,7 @@
-- --
-- Remarks: -- Remarks:
-- . This dp_block_gen_arr relates to: -- . This dp_block_gen_arr relates to:
-- - dp_bsn_source.vhd
-- - dp_dp_block_gen.vhd -- - dp_dp_block_gen.vhd
-- - dp_paged_sop_eop_reg.vhd -- - dp_paged_sop_eop_reg.vhd
-- - dp_fifo_info.vhd -- - dp_fifo_info.vhd
......
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