From 032b24dc9bf94607d1f18de043763116ab86ac57 Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Wed, 28 Jan 2015 11:15:33 +0000 Subject: [PATCH] - UPdated comments --- libraries/base/reorder/src/vhdl/reorder_sequencer.vhd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libraries/base/reorder/src/vhdl/reorder_sequencer.vhd b/libraries/base/reorder/src/vhdl/reorder_sequencer.vhd index 8f44f0100c..3e5bbe0187 100644 --- a/libraries/base/reorder/src/vhdl/reorder_sequencer.vhd +++ b/libraries/base/reorder/src/vhdl/reorder_sequencer.vhd @@ -84,7 +84,11 @@ -- -- The index in the write page indicate the write period(0-4) -- The first index in the read page indicates the read period(0-4) --- The second index in the read page indicates the chunknumber(0-1) +-- The second index in the read page indicates the chunknumber(0-1) +-- One can see the influence of rd_interval = 2in the fact there is a gap +-- of 2 blocks in between two consecutive chunks that ar read. The first +-- chunck (0,0) is read from the block 0. The second chunk (0,1) is read +-- from block 2. The third chunk (1,0) is read from block 4. -- -- Remarks: -- GitLab