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",
195
+
"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",
"Net name %s for net number %lu specified in the routing file does not match given %s",
210
+
"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",
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", inode);
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);
327
327
}
328
328
329
329
/*Process switches and pb pin info if it is ipin or opin type*/
0 commit comments