Skip to content

Commit bd965b6

Browse files
chrisgelinek-rlChristian Gelinek
authored andcommitted
Update global_place.tcl
Signed-off-by: chrisgelinek-rl <[email protected]> Signed-off-by: Christian Gelinek <[email protected]>
1 parent 5416120 commit bd965b6

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
@@ -16,7 +16,7 @@ if { $::env(GPL_TIMING_DRIVEN) } {
1616
if { ![env_var_exists_and_non_empty FOOTPRINT] } {
1717
if { !$::env(DONT_BUFFER_PORTS) } {
1818
puts "Perform port buffering..."
19-
buffer_ports
19+
buffer_ports {*}[env_var_or_empty BUFFER_PORTS_ARGS]
2020
}
2121
}
2222

0 commit comments

Comments
 (0)