Skip to content

Commit b3e9de8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/floorplan_to_place.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ if { $::env(GPL_TIMING_DRIVEN) } {
240240
if { ![env_var_exists_and_non_empty FOOTPRINT] } {
241241
if { ![env_var_equals DONT_BUFFER_PORTS 1] } {
242242
puts "Perform port buffering..."
243-
buffer_ports
243+
buffer_ports {*}[env_var_or_empty BUFFER_PORTS_ARGS]
244244
}
245245
}
246246

0 commit comments

Comments
 (0)