Skip to content

Commit ffa7d01

Browse files
committed
update OR and adapt MPL global fence default values
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 801cc97 commit ffa7d01

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/user/FlowVariables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ configuration file.
200200
| <a name="RTLMP_DEAD_SPACE"></a>RTLMP_DEAD_SPACE| Specifies the target dead space percentage, which influences the utilization of a cluster.| 0.05|
201201
| <a name="RTLMP_FENCE_LX"></a>RTLMP_FENCE_LX| Defines the lower left X coordinate for the global fence bounding box in microns.| 0.0|
202202
| <a name="RTLMP_FENCE_LY"></a>RTLMP_FENCE_LY| Defines the lower left Y coordinate for the global fence bounding box in microns.| 0.0|
203-
| <a name="RTLMP_FENCE_UX"></a>RTLMP_FENCE_UX| Defines the upper right X coordinate for the global fence bounding box in microns.| 100000000.0|
204-
| <a name="RTLMP_FENCE_UY"></a>RTLMP_FENCE_UY| Defines the upper right Y coordinate for the global fence bounding box in microns.| 100000000.0|
203+
| <a name="RTLMP_FENCE_UX"></a>RTLMP_FENCE_UX| Defines the upper right X coordinate for the global fence bounding box in microns.| 0.0|
204+
| <a name="RTLMP_FENCE_UY"></a>RTLMP_FENCE_UY| Defines the upper right Y coordinate for the global fence bounding box in microns.| 0.0|
205205
| <a name="RTLMP_MAX_INST"></a>RTLMP_MAX_INST| Maximum number of standard cells in a cluster. If unset, rtl_macro_placer will calculate a value based on the design attributes.| |
206206
| <a name="RTLMP_MAX_LEVEL"></a>RTLMP_MAX_LEVEL| Maximum depth of the physical hierarchy tree.| 2|
207207
| <a name="RTLMP_MAX_MACRO"></a>RTLMP_MAX_MACRO| Maximum number of macros in a cluster. If unset, rtl_macro_placer will calculate a value based on the design attributes.| |

flow/scripts/variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,14 +1102,14 @@ RTLMP_FENCE_UX:
11021102
description: >
11031103
Defines the upper right X coordinate for the global fence bounding box in
11041104
microns.
1105-
default: 100000000.0
1105+
default: 0.0
11061106
stages:
11071107
- floorplan
11081108
RTLMP_FENCE_UY:
11091109
description: >
11101110
Defines the upper right Y coordinate for the global fence bounding box in
11111111
microns.
1112-
default: 100000000.0
1112+
default: 0.0
11131113
stages:
11141114
- floorplan
11151115
RTLMP_ARGS:

tools/OpenROAD

Submodule OpenROAD updated 75 files

0 commit comments

Comments
 (0)