Skip to content

Commit 83231fa

Browse files
committed
Adapt the read_rr_graph_metadata test use reordering
Signed-off-by: Dusty DeWeese <[email protected]>
1 parent 70400be commit 83231fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vpr/test/test_vpr.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ TEST_CASE("read_rr_graph_metadata", "[vpr]") {
126126
"wire.eblif",
127127
"--route_chan_width",
128128
"100",
129+
"--reorder_rr_graph_nodes_algorithm",
130+
"random_shuffle"
129131
};
130132
vpr_init(sizeof(argv) / sizeof(argv[0]), argv,
131133
&options, &vpr_setup, &arch);

0 commit comments

Comments
 (0)