Skip to content

Commit 31b48c3

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vpr/test/test_vpr.cpp

Lines changed: 4 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" // Tests node reordering with metadata
129131
};
130132
vpr_init(sizeof(argv) / sizeof(argv[0]), argv,
131133
&options, &vpr_setup, &arch);
@@ -165,6 +167,8 @@ TEST_CASE("read_rr_graph_metadata", "[vpr]") {
165167
"wire.eblif",
166168
"--route_chan_width",
167169
"100",
170+
"--reorder_rr_graph_nodes_algorithm",
171+
"random_shuffle", // Tests node reordering with metadata
168172
"--read_rr_graph",
169173
kRrGraphFile,
170174
};

0 commit comments

Comments
 (0)