Skip to content
Snippets Groups Projects
Commit 7880b577 authored by Pepping's avatar Pepping
Browse files

Added rd_interval to record definition

parent cf8ebc1c
No related branches found
No related tags found
No related merge requests found
......@@ -31,11 +31,12 @@ PACKAGE reorder_pkg IS
wr_nof_chunks : POSITIVE; -- := 1;
rd_chunksize : POSITIVE; -- := 16;
rd_nof_chunks : POSITIVE; -- := 4;
rd_interval : POSITIVE; -- := 1;
gapsize : NATURAL; -- := 0;
nof_blocks : POSITIVE; -- := 5;
END RECORD;
CONSTANT c_reorder_seq : t_reorder_seq := (64, 1, 16, 4, 0, 5);
CONSTANT c_reorder_seq : t_reorder_seq := (64, 1, 16, 4, 1, 0, 5);
END reorder_pkg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment