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.
1 parent 02d3709 commit f050ee4Copy full SHA for f050ee4
flow/scripts/floorplan.tcl
@@ -40,7 +40,7 @@ set num_instances [llength [get_cells -hier *]]
40
puts "number instances in verilog is $num_instances"
41
42
set additional_args ""
43
-append_env_var additinal_args ADDITIONAL_SITES -additional_sites 1
+append_env_var additional_args ADDITIONAL_SITES -additional_sites 1
44
45
set use_floorplan_def [env_var_exists_and_non_empty FLOORPLAN_DEF]
46
set use_footprint [env_var_exists_and_non_empty FOOTPRINT]
0 commit comments