You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CORE_UTILIZATION`| The core utilization percentage (0-100). Overrides `DIE_AREA` and `CORE_AREA`. |
269
-
|`CORE_ASPECT_RATIO`| The core aspect ratio (height / width). This values is ignored if `CORE_UTILIZATION` undefined. |
270
-
|`CORE_MARGIN`| The margin between the core area and die area, in multiples of SITE heights. The margin is applied to each side. This variable is ignored if `CORE_UTILIZATION` is undefined. |
271
-
|`DIE_AREA`| The die area specified as a list of lower-left and upper-right corners in microns (X1 Y1 X2 Y2). This variable is ignored if `CORE_UTILIZATION` and `CORE_ASPECT_RATIO` are defined. |
272
-
|`CORE_AREA`| The core area specified as a list of lower-left and upper-right corners in microns (X1 Y1 X2 Y2). This variable is ignored if `CORE_UTILIZATION` and `CORE_ASPECT_RATIO` are defined. |
268
+
|`CORE_UTILIZATION`| The core utilization percentage (0-100). |
269
+
|`CORE_ASPECT_RATIO`| The core aspect ratio (height / width). This values is ignored if `CORE_UTILIZATION` undefined. |
270
+
|`CORE_MARGIN`| The margin between the core area and die area, in multiples of SITE heights. The margin is applied to each side. This variable is ignored if `CORE_UTILIZATION` is undefined. |
271
+
|`DIE_AREA`| The die area specified as a list of lower-left and upper-right corners in microns (X1 Y1 X2 Y2). |
272
+
|`CORE_AREA`| The core area specified as a list of lower-left and upper-right corners in microns (X1 Y1 X2 Y2). |
273
273
|`RESYNTH_AREA_RECOVER`| Enable re-synthesis for area reclaim. |
274
274
|`RESYNTH_TIMING_RECOVER`| Enable re-synthesis for timing optimization. |
275
275
|`MACRO_HALO_X`| Set macro halo for x-direction. Only available for ASAP7 PDK. |
276
276
|`MACRO_HALO_Y`| Set macro halo for y-direction. Only available for ASAP7 PDK. |
277
277
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.
0 commit comments