-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-Rectangle DIEAREA support #149
Comments
Do you have any cases with non-rectangle DIEAREA to share? We can see whether it is easy to support this. |
Sure, you can just set the DIEAREA as a set of coordinates, here's an example:
It'll create an
|
Thanks. How will the ROWs be defined? Are they sure to be inside the rectilinear region defined by the DIEAREA? |
Actually, I can't tell, as I'm using cadence's Innovus to extract the DEF and I don't know the behavior of the tool. I'll try and check it out! |
After checking - yes, they are sure to be inside the rectilinear region defined by the DIEAREA! |
Thank you for the information. I will think about how to add this feature. |
The latest commit (4a731fa) in |
Hi,
As it seems the placer isn't supporting non-rectangle DIEAREA as the cells gets out of the boundary of the DIEAREA.
The text was updated successfully, but these errors were encountered: