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
vpr: Fix congestion costs for non-configurably connected nodes
Previously the router would add the congestion cost of an entire
non-configurably connected node set *each* time a node from that set
was expanded. This could substantially over-cost nodes such nodes if the
router's partial path traversed through multiple nodes in the set.
We now only add the congestion cost (for the entire set) once (when the
router first expands into the set). Any other nodes which are in the set
(i.e. reached by non-configurable edges) have no additional congestion
cost added.
0 commit comments