From 21f113c26bbecbcbd645f48597472ce63b0315a5 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Mon, 31 Oct 2016 09:56:27 +0000
Subject: [PATCH] Comment update only.

---
 libraries/base/dp/src/vhdl/dp_block_gen_arr.vhd | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/libraries/base/dp/src/vhdl/dp_block_gen_arr.vhd b/libraries/base/dp/src/vhdl/dp_block_gen_arr.vhd
index b06d5ce104..b80e473bb7 100644
--- a/libraries/base/dp/src/vhdl/dp_block_gen_arr.vhd
+++ b/libraries/base/dp/src/vhdl/dp_block_gen_arr.vhd
@@ -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
-- 
GitLab