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.
2 parents 93a69fb + 8c0a5a2 commit ed05b57Copy full SHA for ed05b57
flow/scripts/floorplan.tcl
@@ -111,7 +111,7 @@ if { [env_var_exists_and_non_empty FASTROUTE_TCL] } {
111
112
source_env_var_if_exists FOOTPRINT_TCL
113
114
-if { ![env_var_equal SKIP_REPAIR_TIE_FANOUT 1] } {
+if { ![env_var_equals SKIP_REPAIR_TIE_FANOUT 1] } {
115
# This needs to come before any call to remove_buffers. You could have one
116
# tie driving multiple buffers that drive multiple outputs.
117
# Repair tie lo fanout
0 commit comments