include failed nets in congestion map

This commit is contained in:
Jan Petykiewicz 2026-03-20 18:35:25 -07:00
commit d2d619fe1f

View file

@ -264,8 +264,7 @@ class PathFinder:
abs(last_p.y - target.y) < 1e-6 and
abs(last_p.orientation - target.orientation) < 0.1)
# 3. Add to index ONLY if it reached the target
if reached:
# 3. Add to index (even if partial) so other nets negotiate around it
all_geoms = []
all_dilated = []
for res in path: