Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#2100 from gudeh/gpl-timing-dr…
Browse files Browse the repository at this point in the history
…iven-defaults

gpl: include default overflow threshold values in gpl script
  • Loading branch information
maliberty authored Jul 3, 2024
2 parents f8d87d5 + 4f6fd3b commit 3b01a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flow/scripts/global_place.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ if {[info exist ::env(PLACE_DENSITY_LB_ADDON)]} {
}

set global_placement_args {}

# Parameters for routability mode in global placement
if {$::env(GPL_ROUTABILITY_DRIVEN)} {
lappend global_placement_args {-routability_driven}
if { [info exists ::env(GPL_TARGET_RC)] } {
lappend global_placement_args {-routability_target_rc_metric} $::env(GPL_TARGET_RC)
}
}

# Parameters for timing driven mode in global placement
if {$::env(GPL_TIMING_DRIVEN)} {
lappend global_placement_args {-timing_driven}
}
Expand Down

0 comments on commit 3b01a13

Please sign in to comment.