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

Added reference to dp_counter.vhd.

parent f1ef3f04
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,8 @@ ...@@ -59,6 +59,8 @@
-- --
-- Remarks: -- Remarks:
-- . Ready latency (RL) = 1 -- . Ready latency (RL) = 1
-- . Alternatively consider using dp_block_gen_valid_arr.vhd or
-- dp_counter.vhd.
LIBRARY IEEE, common_lib; LIBRARY IEEE, common_lib;
......
...@@ -124,6 +124,7 @@ ...@@ -124,6 +124,7 @@
-- - dp_block_gen.vhd when snk_in.valid is used for flow control (so when -- - dp_block_gen.vhd when snk_in.valid is used for flow control (so when
-- g_use_src_in=FALSE). This is why thsi dp_block_gen_valid_arr is called -- g_use_src_in=FALSE). This is why thsi dp_block_gen_valid_arr is called
-- with '_valid' in its name. -- with '_valid' in its name.
-- - dp_counter.vhd
-- - dp_paged_sop_eop_reg.vhd -- - dp_paged_sop_eop_reg.vhd
-- - dp_fifo_info.vhd -- - dp_fifo_info.vhd
-- - dp_sync_checker.vhd -- - dp_sync_checker.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment