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 4c70bd9 commit bc48bccCopy full SHA for bc48bcc
flow/scripts/density_fill.tcl
@@ -2,7 +2,7 @@ source $::env(SCRIPTS_DIR)/load.tcl
2
erase_non_stage_variables final
3
load_design 5_route.odb 5_route.sdc
4
5
-if { [env_var_equals USE_FILL 1] } {
+if { $::env(USE_FILL) } {
6
set_propagated_clock [all_clocks]
7
density_fill -rules $::env(FILL_CONFIG)
8
# The .v file is just for debugging purposes, not a result of
0 commit comments