Skip to content

openroad: Add allow_congestion to global_route -start_incremental #58

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openroad/scripts/chip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ repair_timing -skip_pin_swap -hold -hold_margin 0.1 -verbose -repair_tns 100

utl::report "GRT incremental..."
# Run to get modified net by DPL
global_route -start_incremental
global_route -start_incremental -allow_congestion
# Running DPL to fix overlapped instances
detailed_placement
# Route only the modified net by DPL
Expand Down