Skip to content

Commit ed05b57

Browse files
authored
Merge pull request The-OpenROAD-Project#3599 from The-OpenROAD-Project-staging/add-s
Fix env_var_equal to env_var_equals in floorplan.tcl
2 parents 93a69fb + 8c0a5a2 commit ed05b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/floorplan.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if { [env_var_exists_and_non_empty FASTROUTE_TCL] } {
111111

112112
source_env_var_if_exists FOOTPRINT_TCL
113113

114-
if { ![env_var_equal SKIP_REPAIR_TIE_FANOUT 1] } {
114+
if { ![env_var_equals SKIP_REPAIR_TIE_FANOUT 1] } {
115115
# This needs to come before any call to remove_buffers. You could have one
116116
# tie driving multiple buffers that drive multiple outputs.
117117
# Repair tie lo fanout

0 commit comments

Comments
 (0)