You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Net name %s for net number %lu specified in the routing file does not match given %s. if route_file generated by flat router, you need to specifiy flat_routing true in command-line option",
195
+
"Net name %s for net number %lu specified in the routing file does not match given %s. Running without flat routing; if this file was created with flat routing, re-run vpr with the --flat_routing option",
"Net name %s for net number %lu specified in the routing file does not match given %s. if route_file generated by flat router, you need to specifiy flat_routing true in command-line option",
210
+
"Net name %s for net number %lu specified in the routing file does not match given %s. Running without flat routing; if this file was created with flat routing, re-run vpr with the --flat_routing option",
if (rr_graph.node_ptc_num(RRNodeId(inode)) != ptc) {
325
325
vpr_throw(VPR_ERROR_ROUTE, filename, lineno,
326
-
"The ptc num of node %d does not match the rr graph, if route_file generated by flat router, you need to specifiy flat_routing true in command-line option", inode);
326
+
"The ptc num of node %d does not match the rr graph, Running without flat routing; if this file was created with flat routing, re-run vpr with the --flat_routing option", inode);
327
327
}
328
328
329
329
/*Process switches and pb pin info if it is ipin or opin type*/
0 commit comments