Skip to content

Commit b65c184

Browse files
committed
p2
1 parent 6d275af commit b65c184

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/solvers/FixedTopologyHighDensityIntraNodeSolver/FixedTopologyHighDensityIntraNodeSolver.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ export class FixedTopologyHighDensityIntraNodeSolver extends BaseSolver {
140140
const convexGraph = createConvexViaGraphFromXYConnections(
141141
inputConnections,
142142
this.viaTile,
143-
{
144-
// Keep hypergraph's newer tile topology, but scale obstacle clearance
145-
// up when autorouter trace widths are larger than the default baseline.
146-
clearance: Math.max(0.1, this.traceWidth / 2),
147-
},
148143
)
149144
this.tiledViasByNet = convexGraph.viaTile.viasByNet ?? {}
150145

0 commit comments

Comments
 (0)