Preserve net-owned obstacle regions#131
Conversation
Benchmark This PRRun benchmarks by commenting on this PR: Everything after Examples:
Any PR whose title contains |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| return false | ||
| } | ||
|
|
||
| if (region.d?._containsTarget !== true) { |
There was a problem hiding this comment.
It was removing obstacle regions that did not contain a connection endpoint.
But due to component topology generation with rectangles, some obstacle regions do not contain an endpoint but are still assigned to a net. Those net-owned regions must be preserved, because they can contain valid routing ports and edges.
|
Thank you for your contribution! 🎉 PR Rating: ⭐⭐⭐ Track your contributions and see the leaderboard at: tscircuit Contribution Tracker |
No description provided.