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
Copy file name to clipboardExpand all lines: src/mpl/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,6 @@ rtl_macro_placer
41
41
[-notch_weight notch_weight]
42
42
[-macro_blockage_weight macro_blockage_weight]
43
43
[-target_util target_util]
44
-
[-target_dead_space target_dead_space]
45
44
[-min_ar min_ar]
46
45
[-report_directory report_directory]
47
46
[-write_macro_placement file_name]
@@ -60,8 +59,7 @@ rtl_macro_placer
60
59
|`-large_net_threshold`| Ignore nets with many connections during clustering, such as global nets. The default value is `50`, and the allowed values are integers `[0, MAX_INT]`. |
61
60
|`-halo_width`| Horizontal/vertical halo around macros (microns). The allowed values are floats, and the default value is `0.0`. |
62
61
|`-fence_lx`, `-fence_ly`, `-fence_ux`, `-fence_uy`| Defines the global fence bounding box coordinates. The default values are the core area coordinates). |
63
-
|`-target_util`| Specifies the target utilization of `MixedCluster` and has higher priority than target_dead_space. The allowed values are floats, and the default value is `0.25`. |
64
-
|`-target_dead_space`| Specifies the target dead space percentage, which influences the utilization of `StandardCellCluster`. The allowed values are floats, and the default value is `0.05`. |
62
+
|`-target_util`| Specifies the target utilization. The allowed values are floats and the default value is `0.25`. |
65
63
|`-min_ar`| Specifies the minimum aspect ratio $a$, or the ratio of its width to height of a `StandardCellCluster` from $[a, \frac{1}{a}]$. The allowed values are floats, and the default value is `0.33`. |
66
64
|`-report_directory`| Save reports to this directory. |
67
65
|`-write_macro_placement`| Generates a file with the design's macro placement in the format of calls for the `place_macro` command. |
0 commit comments