We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cb63f commit 9572190Copy full SHA for 9572190
flow/scripts/global_place.tcl
@@ -17,7 +17,7 @@ if {$::env(GPL_ROUTABILITY_DRIVEN)} {
17
# Parameters for timing driven mode in global placement
18
if {$::env(GPL_TIMING_DRIVEN)} {
19
lappend global_placement_args {-timing_driven}
20
- if {[info exists ::env(GPL_KEEP_OVERFLOW)] && $::env(GPL_KEEP_OVERFLOW) ne ""} {
+ if {[info exists ::env(GPL_KEEP_OVERFLOW)]} {
21
lappend global_placement_args -keep_resize_below_overflow $::env(GPL_KEEP_OVERFLOW)
22
}
23
0 commit comments