Skip to content
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

DPL: investigate increase in displacement after auto detection to disallow 1-site gaps #6746

Open
eder-matheus opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
dpl Detailed Placement Legalization

Comments

@eder-matheus
Copy link
Contributor

Describe the bug

After merging PR #6718, some private designs had a increase in the displacement in the detailed placement stage. However, the 1-site gaps were avoided even without the disallow 1-site gaps flags, so it's possible that DPL is making unnecessary movements to avoid 1-site gaps.

A possible reason for that is that the placement padding might be considered when avoiding 1-site gaps, which is too pessimistic.

Expected Behavior

The displacement should not increase that much, ideally not changing at all when comparing with previous versions of OpenROAD.

Environment

Secure-CI

To Reproduce

Internal testcase.

Relevant log output

Screenshots

No response

Additional Context

No response

@eder-matheus eder-matheus added the dpl Detailed Placement Legalization label Feb 21, 2025
@eder-matheus eder-matheus self-assigned this Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dpl Detailed Placement Legalization
Projects
None yet
Development

No branches or pull requests

1 participant