Skip to content

remove redundant fast_route calls#3197

Merged
maliberty merged 3 commits into
The-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:secure-remove_fast_route_calls
May 29, 2025
Merged

remove redundant fast_route calls#3197
maliberty merged 3 commits into
The-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:secure-remove_fast_route_calls

Conversation

@openroad-ci

@openroad-ci openroad-ci commented May 29, 2025

Copy link
Copy Markdown
Member

Fixes The-OpenROAD-Project/OpenROAD#7371.

This PR updates the scripts by removing the multiple calls for fast_route function. Since we already store the layer adjustments and the layer ranges in ODB, we don't need to call it multiple times.

In addition, the set_macro_extension were also removed from the few designs that still used it. This is a deprecated command that was necessary in the past, but with our current DRT tool we don't need it anymore.

Passed in both public and private CIs.

Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
Comment thread flow/scripts/open.tcl
@maliberty maliberty enabled auto-merge May 29, 2025 16:34
@maliberty maliberty merged commit 5443cc6 into The-OpenROAD-Project:master May 29, 2025
7 checks passed
@maliberty maliberty deleted the secure-remove_fast_route_calls branch May 29, 2025 19: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.

record fast_route information in .odb

3 participants