Skip to content

Commit 23bfbc7

Browse files
authored
Merge pull request #3708 from AcKoucher/update-mpl-configs-and-or
update OR, MPL global fence default values and failing metrics
2 parents 801cc97 + 9de64da commit 23bfbc7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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/designs/nangate45/mempool_group/rules-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,23 +174,23 @@
174174
"compare": ">="
175175
},
176176
"detailedroute__timing__setup__tns": {
177-
"value": -7880.0,
177+
"value": -7980.0,
178178
"compare": ">="
179179
},
180180
"detailedroute__timing__hold__ws": {
181181
"value": -0.15,
182182
"compare": ">="
183183
},
184184
"detailedroute__timing__hold__tns": {
185-
"value": -0.606,
185+
"value": -8.77,
186186
"compare": ">="
187187
},
188188
"finish__timing__setup__ws": {
189189
"value": -2.35,
190190
"compare": ">="
191191
},
192192
"finish__timing__setup__tns": {
193-
"value": -10800.0,
193+
"value": -10600.0,
194194
"compare": ">="
195195
},
196196
"finish__timing__hold__ws": {

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)