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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ rtl_macro_placer
26
26
[-max_num_level max_num_level]
27
27
[-coarsening_ratio coarsening_ratio]
28
28
[-large_net_threshold large_net_threshold]
29
+
[-halo_width halo_width]
30
+
[-halo_height halo_height]
29
31
[-fence_lx fence_lx]
30
32
[-fence_ly fence_ly]
31
33
[-fence_ux fence_ux]
@@ -55,6 +57,8 @@ rtl_macro_placer
55
57
|`-max_num_level`| Maximum depth of physical hierarchical tree. The default value is `2`, and the allowed values are integers `[0, MAX_INT]`. |
56
58
|`-coarsening_ratio`| The larger the coarsening_ratio, the faster the convergence process. The allowed values are floats, and the default value is `10.0`. |
57
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]`. |
60
+
|`-halo_width`|**Deprecated: use `set_macro_default_halo` instead.** Horizontal halo around macros (microns). The default value is `0.0`. |
61
+
|`-halo_height`|**Deprecated: use `set_macro_default_halo` instead.** Vertical halo around macros (microns). The default value is `0.0`. |
58
62
|`-fence_lx`, `-fence_ly`, `-fence_ux`, `-fence_uy`| Defines the global fence bounding box coordinates. The default values are the core area coordinates). |
59
63
|`-target_util`| Specifies the target utilization. The allowed values are floats and the default value is `0.25`. |
60
64
|`-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