Skip to content

Commit f050ee4

Browse files
oharboemaliberty
andauthored
Update flow/scripts/floorplan.tcl
Co-authored-by: Matt Liberty <[email protected]> Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 02d3709 commit f050ee4

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
@@ -40,7 +40,7 @@ set num_instances [llength [get_cells -hier *]]
4040
puts "number instances in verilog is $num_instances"
4141

4242
set additional_args ""
43-
append_env_var additinal_args ADDITIONAL_SITES -additional_sites 1
43+
append_env_var additional_args ADDITIONAL_SITES -additional_sites 1
4444

4545
set use_floorplan_def [env_var_exists_and_non_empty FLOORPLAN_DEF]
4646
set use_footprint [env_var_exists_and_non_empty FOOTPRINT]

0 commit comments

Comments
 (0)