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
[Spelling] Fixed Simple Spelling Mistakes in Route Dir
This is the last of the simple spelling mistakes in the VPR directory.
The rest are variable name changes which are not hard, but should be
isolated into their own commits.
NOTE: The rr_graph.cpp and rr_graph2.cpp files were left behind to
prevent issues with currently open PRs.
/** 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.
132
132
* To address this issue, the congestion cost of those choke points needs to decrease. This function identify those choke points for each net,
133
-
* 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
133
+
* and since the amount of congestion reduction is dependent on the number sinks reachable from that choke point, it also store the number of reachable sinks
134
134
* for each choke point.
135
135
* @param net_list
136
136
* @param net_terminal_groups [Net_id][group_id] -> rr_node_id of the pins in the group
0 commit comments