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 b06d5ce104a41836a0dbae0fb7be4dfc7803509b..b80e473bb786d44409af09d98f35a5171cc829a3 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