From 25c01f3c96be4a966ffe6b2e9ccea2224e137659 Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Wed, 28 Jan 2015 09:13:21 +0000 Subject: [PATCH] Removed wr_nof_chunks,since it is fixed to 0 --- libraries/base/reorder/src/vhdl/reorder_pkg.vhd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/base/reorder/src/vhdl/reorder_pkg.vhd b/libraries/base/reorder/src/vhdl/reorder_pkg.vhd index 0b8f9ee3d7..4c145a7021 100644 --- a/libraries/base/reorder/src/vhdl/reorder_pkg.vhd +++ b/libraries/base/reorder/src/vhdl/reorder_pkg.vhd @@ -28,7 +28,6 @@ PACKAGE reorder_pkg IS TYPE t_reorder_seq IS RECORD wr_chunksize : POSITIVE; -- := 64; - wr_nof_chunks : POSITIVE; -- := 1; rd_chunksize : POSITIVE; -- := 16; rd_nof_chunks : POSITIVE; -- := 4; rd_interval : POSITIVE; -- := 1; @@ -36,7 +35,7 @@ PACKAGE reorder_pkg IS nof_blocks : POSITIVE; -- := 5; END RECORD; - CONSTANT c_reorder_seq : t_reorder_seq := (64, 1, 16, 4, 1, 0, 5); + CONSTANT c_reorder_seq : t_reorder_seq := (64, 16, 4, 1, 0, 5); END reorder_pkg; -- GitLab