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
"Not currently allowing an ipin cblock switch to have multiple fan-ins");
214
-
} else {
215
-
// This likely indicates that no connection block has been constructed, indicating significant issues with
216
-
// the generated RR graph.
217
-
// Instead of throwing an error we issue a warning. This means that check_rr_graph() etc. will run to give more information
218
-
// and allow graphics to be brought up for users to debug their architectures.
219
-
wire_to_rr_ipin_switch = RRSwitchId::INVALID();
220
-
VTR_LOG_WARN("No switch found for the ipin cblock in RR graph. Check if there is an error in arch file, or if no connection blocks are being built in RR graph\n");
0 commit comments