Skip to content

Commit 9572190

Browse files
committed
use env var for keep rsz in gpl
Signed-off-by: Augusto Berndt <[email protected]>
1 parent 29cb63f commit 9572190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/global_place.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if {$::env(GPL_ROUTABILITY_DRIVEN)} {
1717
# Parameters for timing driven mode in global placement
1818
if {$::env(GPL_TIMING_DRIVEN)} {
1919
lappend global_placement_args {-timing_driven}
20-
if {[info exists ::env(GPL_KEEP_OVERFLOW)] && $::env(GPL_KEEP_OVERFLOW) ne ""} {
20+
if {[info exists ::env(GPL_KEEP_OVERFLOW)]} {
2121
lappend global_placement_args -keep_resize_below_overflow $::env(GPL_KEEP_OVERFLOW)
2222
}
2323
}

0 commit comments

Comments
 (0)