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

feat: expose more OpenROAD options #594

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

feat: expose more OpenROAD options #594

wants to merge 3 commits into from

Conversation

kareefardi
Copy link
Collaborator

@kareefardi kareefardi commented Nov 5, 2024

Steps

  • OpenROAD.GlobalPlacement

    • Added optional variable PL_ROUTABILITY_MAX_DENSITY_PCT
  • OpenROAD.RepairDesignPostGPL

    • Added optional variable DESIGN_REPAIR_MAX_UTIL_PCT
  • OpenROAD.ResizerTimingPostCTS

    • Renamed PL_RESIZER_GATE_CLONING to PL_RESIZER_SETUP_GATE_CLONING

    • Fixed PL_RESIZER_SETUP_GATE_CLONING incorrectly applied to hold fixing

    • Added the following optional variables

      • PL_RESIZER_SETUP_BUFFERING
      • PL_RESIZER_SETUP_BUFFER_REMOVAL
      • PL_RESIZER_SETUP_REPAIR_TNS_PCT
      • PL_RESIZER_SETUP_MAX_UTIL_PCT
      • PL_RESIZER_HOLD_REPAIR_TNS_PCT
      • PL_RESIZER_HOLD_MAX_UTIL_PCT
  • OpenROAD.RepairDesignPostGRT

    • Renamed GRT_RESIZER_GATE_CLONING to GRT_RESIZER_SETUP_GATE_CLONING

    • Fixed GRT_RESIZER_SETUP_GATE_CLONING incorrectly applied to hold fixing

    • Added the following optional variables

      • GRT_RESIZER_SETUP_BUFFERING
      • GRT_RESIZER_SETUP_BUFFER_REMOVAL
      • GRT_RESIZER_SETUP_REPAIR_TNS_PCT
      • GRT_RESIZER_SETUP_MAX_UTIL_PCT
      • GRT_RESIZER_HOLD_REPAIR_TNS_PCT
      • GRT_RESIZER_HOLD_MAX_UTIL_PCT

Signed-off-by: Kareem Farid <[email protected]>
Signed-off-by: Kareem Farid <[email protected]>
@kareefardi kareefardi changed the base branch from main to dev November 5, 2024 15:16
@openlane-bot
Copy link
Collaborator

openlane-bot commented Nov 5, 2024

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 dev --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/d66c974b28cc5c61a0ffae452255c2e7

@kareefardi kareefardi changed the title Resizer options feat: expose openroad options Nov 10, 2024
@kareefardi kareefardi changed the title feat: expose openroad options feat: expose more OpenROAD options Nov 10, 2024
@kareefardi kareefardi marked this pull request as ready for review November 17, 2024 13:53
@kareefardi kareefardi requested a review from donn November 17, 2024 13:53
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.

2 participants