Skip to content

Zero Overlap#34

Open
vrajgosai wants to merge 2 commits intopartcleda:mainfrom
vrajgosai:main
Open

Zero Overlap#34
vrajgosai wants to merge 2 commits intopartcleda:mainfrom
vrajgosai:main

Conversation

@vrajgosai
Copy link

@vrajgosai vrajgosai commented Dec 12, 2025

Hi, here is my submission for the VLSI placement challenge.
Results:
0.0000 Overlap and avg WL: 0.5224 (for test 1-12)
Runtime: 1800 secs for the 100k cell test (Test 12) and ~40secs for (Test 10).

Also, I had to optimize the evaluation function (calculate_overlap_metrics) because the original code used an O(N^2) loop that was hanging forever on the 100,000 cell test case. I replaced it with a spatial hash (grid) approach to make it run in O(N) time. The logic remains exactly the same, just faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant