File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ if { $methods_defined > 1 } {
6161# Method 1: Use existing DEF file with floorplan data
6262if { $use_floorplan_def } {
6363 log_cmd read_def -floorplan_initialize $env(FLOORPLAN_DEF)
64- # Method 2: Use ICeWall footprint file (platform-specific extension)
64+ # Method 2: Use ICeWall footprint file (platform-specific extension)
6565} elseif { $use_footprint } {
6666 ICeWall load_footprint $env(FOOTPRINT)
6767
@@ -71,13 +71,13 @@ if { $use_floorplan_def } {
7171 -site $::env(PLACE_SITE)
7272
7373 ICeWall init_footprint $env(SIG_MAP_FILE)
74- # Method 3: Use explicit die and core area coordinates
74+ # Method 3: Use explicit die and core area coordinates
7575} elseif { $use_die_and_core_area } {
7676 initialize_floorplan -die_area $::env(DIE_AREA) \
7777 -core_area $::env(CORE_AREA) \
7878 -site $::env(PLACE_SITE) \
7979 {*}$additional_args
80- # Method 4: Calculate core area from utilization, aspect ratio, and margins
80+ # Method 4: Calculate core area from utilization, aspect ratio, and margins
8181} elseif { $use_core_utilization } {
8282 initialize_floorplan -utilization $::env(CORE_UTILIZATION) \
8383 -aspect_ratio $::env(CORE_ASPECT_RATIO) \
You can’t perform that action at this time.
0 commit comments