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
// When this function is called in any stage other than routing, the is_flat flag passed to this function is false, regardless of the flag passed
795
795
// through command line. So, the graph corresponding to global resources will be created and written down to file if needed. During routing, if flat-routing
796
796
// is enabled, intra-cluster resources will be added to the graph, but this new bigger graph will not be written down.
797
-
if (!det_routing_arch->write_rr_graph_filename.empty() && !is_flat) {
797
+
if (!det_routing_arch->write_rr_graph_filename.empty()) {
0 commit comments