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

bugfix: OpenROAD.Floorplan core area calculation #650

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

donn
Copy link
Member

@donn donn commented Jan 27, 2025

  • OpenROAD.Floorplan

    • Fixed an issue in FP_SIZING: absolute mode where if the die area's x0 > x1 or y0 > y1, the computed core area would no longer fit in the die area. Not that we recommend you ever do that, but technically OpenROAD allows it.

* `OpenROAD.Floorplan`

  * Fixed an issue in `FP_SIZING`: `absolute` mode where if the die area's
    x0 > x1 or y0 > y1, the computed core area would no longer fit in the die
    area. Not that we recommend you ever do that, but technically OpenROAD
    allows it.
@donn donn requested a review from kareefardi January 27, 2025 09:36
@openlane-bot
Copy link
Collaborator

Metric comparisons are in beta. Please report bugs under the issues tab.

To create this report yourself, grab the metrics artifact from the CI run, extract them, and invoke python3 -m openlane.common.metrics compare-remote current --branch main --table-verbosity ALL --table-out ./tables_all.md.

  • No changes to critical metrics were detected in analyzed designs.

Full tables ► https://gist.github.com/openlane-bot/e98b9cbe82c48fdabf0d0a9e68ca9af8

@kareefardi kareefardi merged commit 6e2af50 into main Jan 27, 2025
109 checks passed
@donn donn deleted the fix_fp_core_area_calc branch February 13, 2025 11:22
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.

3 participants