Skip to content
Snippets Groups Projects
Commit c70bd044 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

added a configuration with no reorder->same

parent 0320d618
Branches
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ PACKAGE reorder_pkg IS
END RECORD;
CONSTANT c_reorder_seq : t_reorder_seq := (64, 16, 4, 1, 0, 5);
CONSTANT c_reorder_seq_same : t_reorder_seq := (64, 64, 1, 1, 0, 4);
END reorder_pkg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment