Skip to content

Commit 898ceb8

Browse files
committed
removed defaults from min/max inst/macro
Signed-off-by: Jeff Ng <[email protected]>
1 parent 79b3023 commit 898ceb8

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/user/FlowVariables.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ configuration file.
152152
| <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| |
153153
| <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| |
154154
| <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| |
155-
| <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.| 0| |
155+
| <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.| | |
156156
| <a name="RTLMP_MAX_LEVEL"></a>RTLMP_MAX_LEVEL| Maximum depth of the physical hierarchy tree.| 2| |
157-
| <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.| 0| |
157+
| <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.| | |
158158
| <a name="RTLMP_MIN_AR"></a>RTLMP_MIN_AR| Specifies the minimum aspect ratio (height/width).| 0.33| |
159-
| <a name="RTLMP_MIN_INST"></a>RTLMP_MIN_INST| Minimum number of standard cells in a cluster. If unset, rtl_macro_placer will calculate a value based on the design attributes.| 0| |
160-
| <a name="RTLMP_MIN_MACRO"></a>RTLMP_MIN_MACRO| Minimum number of macros in a cluster. If unset, rtl_macro_placer will calculate a value based on the design attributes.| 0| |
159+
| <a name="RTLMP_MIN_INST"></a>RTLMP_MIN_INST| Minimum number of standard cells in a cluster. If unset, rtl_macro_placer will calculate a value based on the design attributes.| | |
160+
| <a name="RTLMP_MIN_MACRO"></a>RTLMP_MIN_MACRO| Minimum number of macros in a cluster. If unset, rtl_macro_placer will calculate a value based on the design attributes.| | |
161161
| <a name="RTLMP_NOTCH_WT"></a>RTLMP_NOTCH_WT| Weight for the notch, or the existence of dead space that cannot be used for placement and routing.| 10.0| |
162162
| <a name="RTLMP_OUTLINE_WT"></a>RTLMP_OUTLINE_WT| Weight for violating the fixed outline constraint, meaning that all clusters should be placed within the shape of their parent cluster.| 100.0| |
163163
| <a name="RTLMP_RPT_DIR"></a>RTLMP_RPT_DIR| Path to the directory where reports are saved.| | |

flow/scripts/variables.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,28 +703,24 @@ RTLMP_MAX_INST:
703703
description: >
704704
Maximum number of standard cells in a cluster. If unset, rtl_macro_placer
705705
will calculate a value based on the design attributes.
706-
default: 0
707706
stages:
708707
- floorplan
709708
RTLMP_MIN_INST:
710709
description: >
711710
Minimum number of standard cells in a cluster. If unset, rtl_macro_placer
712711
will calculate a value based on the design attributes.
713-
default: 0
714712
stages:
715713
- floorplan
716714
RTLMP_MAX_MACRO:
717715
description: >
718716
Maximum number of macros in a cluster. If unset, rtl_macro_placer will
719717
calculate a value based on the design attributes.
720-
default: 0
721718
stages:
722719
- floorplan
723720
RTLMP_MIN_MACRO:
724721
description: >
725722
Minimum number of macros in a cluster. If unset, rtl_macro_placer will
726723
calculate a value based on the design attributes.
727-
default: 0
728724
stages:
729725
- floorplan
730726
RTLMP_MIN_AR:

0 commit comments

Comments
 (0)