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
/** If flat_routing and has_choking_spot are true, there are some choke points inside the cluster which would increase the convergence time of routing.
124
+
/** If flat_routing and router_opt_choke_points are true, there are some choke points inside the cluster which would increase the convergence time of routing.
125
125
* To address this issue, the congestion cost of those choke points needs to decrease. This function identify those choke points for each net,
126
126
* and since the amount of congestion reduction is dependant on the number sinks reachable from that choke point, it also store the number of reachable sinks
127
127
* for each choke point.
128
128
* @param net_list
129
129
* @param net_terminal_groups [Net_id][group_id] -> rr_node_id of the pins in the group
0 commit comments