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
-2Lines changed: 0 additions & 2 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
[-boundary_weight boundary_weight]
42
42
[-notch_weight notch_weight]
43
43
[-macro_blockage_weight macro_blockage_weight]
44
-
[-pin_access_th pin_access_th]
45
44
[-target_util target_util]
46
45
[-target_dead_space target_dead_space]
47
46
[-min_ar min_ar]
@@ -62,7 +61,6 @@ rtl_macro_placer
62
61
|`-signature_net_threshold`| Minimum number of connections between two clusters to be identified as connected. The default value is `50`, and the allowed values are integers `[0, MAX_INT]`. |
63
62
|`-halo_width`| Horizontal/vertical halo around macros (microns). The allowed values are floats, and the default value is `0.0`. |
64
63
|`-fence_lx`, `-fence_ly`, `-fence_ux`, `-fence_uy`| Defines the global fence bounding box coordinates. The default values are the core area coordinates). |
65
-
|`-pin_access_th`| Specifies the pin access threshold value of macros. The default value is `0.0`, and the allowed values are floats [0,1]. |
66
64
|`-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`. |
67
65
|`-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`. |
68
66
|`-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`. |
0 commit comments