Skip to content

Commit 6be3f39

Browse files
committed
doc: DIE_AREA is shorthand for a method to specify floorplan
There is an error message if CORE_AREA is not specified together with DIE_AREA, but it is close enough to the truth to say that DIE_AREA is a method to specify floorplan. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6b73ade commit 6be3f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/FlowVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ configuration file.
275275
| `MACRO_HALO_X` | Set macro halo for x-direction. Only available for ASAP7 PDK. |
276276
| `MACRO_HALO_Y` | Set macro halo for y-direction. Only available for ASAP7 PDK. |
277277

278-
The various methods to specify the die and core area(`FLOORPLAN_DEF`, `FOOTPRINT`, `DIE_AREA`, `CORE_AREA` and `CORE_UTILIZATION`) are mutually exclusive. If two methods are specified, floorplan.tcl will exit with an error requiring that a single method is used.
278+
The various methods to specify the die and core area(`FLOORPLAN_DEF`, `FOOTPRINT`, `DIE_AREA` and `CORE_UTILIZATION`) are mutually exclusive. If two methods are specified, floorplan.tcl will exit with an error requiring that a single method is used.
279279

280280
#### Placement
281281

0 commit comments

Comments
 (0)