From f03d86f91dcc9984ce367fca969bdba9f365d86b Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Fri, 14 Aug 2020 16:59:49 +0200
Subject: [PATCH] Added remark in description comment.

---
 libraries/base/dp/src/vhdl/dp_interleave_n_to_one.vhd | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/libraries/base/dp/src/vhdl/dp_interleave_n_to_one.vhd b/libraries/base/dp/src/vhdl/dp_interleave_n_to_one.vhd
index aedb31672c..6487efdde0 100755
--- a/libraries/base/dp/src/vhdl/dp_interleave_n_to_one.vhd
+++ b/libraries/base/dp/src/vhdl/dp_interleave_n_to_one.vhd
@@ -59,8 +59,11 @@ USE work.dp_stream_pkg.ALL;
 --     ready in clk 4 but no new data --/
 --
 -- 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.
+-- . 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
   GENERIC (
-- 
GitLab