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

Added remark in description comment.

parent d9eec25e
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,11 @@ USE work.dp_stream_pkg.ALL; ...@@ -59,8 +59,11 @@ USE work.dp_stream_pkg.ALL;
-- ready in clk 4 but no new data --/ -- ready in clk 4 but no new data --/
-- --
-- Remark: -- Remark:
-- The function needs r.ready because it also outputs when there is no valid -- . The function needs r.ready because it also outputs when there is no valid
-- input. The r.ready is the previous src_in.ready, so this assumes RL = 1. -- input. The r.ready is the previous src_in.ready, so this assumes RL = 1.
-- . The pair of dp_interleave_n_to_one.vhd and dp_deinterleave_one_to_n.vhd
-- is simpler than dp_interleave because it goes to and from 1. The dp_folder
-- only supports n that is power of 2.
-- --
ENTITY dp_interleave_n_to_one IS ENTITY dp_interleave_n_to_one IS
GENERIC ( GENERIC (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment