Skip to content

Commit bc48bcc

Browse files
committed
density_fill: use default env values
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 4c70bd9 commit bc48bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/density_fill.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source $::env(SCRIPTS_DIR)/load.tcl
22
erase_non_stage_variables final
33
load_design 5_route.odb 5_route.sdc
44

5-
if { [env_var_equals USE_FILL 1] } {
5+
if { $::env(USE_FILL) } {
66
set_propagated_clock [all_clocks]
77
density_fill -rules $::env(FILL_CONFIG)
88
# The .v file is just for debugging purposes, not a result of

0 commit comments

Comments
 (0)