We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70400be commit 31b48c3Copy full SHA for 31b48c3
vpr/test/test_vpr.cpp
@@ -126,6 +126,8 @@ TEST_CASE("read_rr_graph_metadata", "[vpr]") {
126
"wire.eblif",
127
"--route_chan_width",
128
"100",
129
+ "--reorder_rr_graph_nodes_algorithm",
130
+ "random_shuffle" // Tests node reordering with metadata
131
};
132
vpr_init(sizeof(argv) / sizeof(argv[0]), argv,
133
&options, &vpr_setup, &arch);
@@ -165,6 +167,8 @@ TEST_CASE("read_rr_graph_metadata", "[vpr]") {
165
167
166
168
169
170
171
+ "random_shuffle", // Tests node reordering with metadata
172
"--read_rr_graph",
173
kRrGraphFile,
174
0 commit comments