Skip to content
Snippets Groups Projects
Commit 25c01f3c authored by Pepping's avatar Pepping
Browse files

Removed wr_nof_chunks,since it is fixed to 0

parent 163c7bac
Branches
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ PACKAGE reorder_pkg IS ...@@ -28,7 +28,6 @@ PACKAGE reorder_pkg IS
TYPE t_reorder_seq IS RECORD TYPE t_reorder_seq IS RECORD
wr_chunksize : POSITIVE; -- := 64; wr_chunksize : POSITIVE; -- := 64;
wr_nof_chunks : POSITIVE; -- := 1;
rd_chunksize : POSITIVE; -- := 16; rd_chunksize : POSITIVE; -- := 16;
rd_nof_chunks : POSITIVE; -- := 4; rd_nof_chunks : POSITIVE; -- := 4;
rd_interval : POSITIVE; -- := 1; rd_interval : POSITIVE; -- := 1;
...@@ -36,7 +35,7 @@ PACKAGE reorder_pkg IS ...@@ -36,7 +35,7 @@ PACKAGE reorder_pkg IS
nof_blocks : POSITIVE; -- := 5; nof_blocks : POSITIVE; -- := 5;
END RECORD; 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; END reorder_pkg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment