Skip to content

Commit 23527ad

Browse files
committed
Apply tclfmt formatting to floorplan.tcl comments
1 parent c5e9bf4 commit 23527ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flow/scripts/floorplan.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if { $methods_defined > 1 } {
6161
# Method 1: Use existing DEF file with floorplan data
6262
if { $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) \

0 commit comments

Comments
 (0)