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
|`-tolerance`| Add a margin to the minimum and maximum number of macros/std cells in a cluster. For min, we multiply by (1 - `tol`), and for the max (1 + `tol`). This is to improve the robustness of hierarchical clustering. The allowed values are floats `[0, 1)`, and the default value is `0.1`. |
62
61
|`-max_num_level`| Maximum depth of physical hierarchical tree. The default value is `2`, and the allowed values are integers `[0, MAX_INT]`. |
63
62
|`-coarsening_ratio`| The larger the coarsening_ratio, the faster the convergence process. The allowed values are floats, and the default value is `10.0`. |
64
-
|`-num_bundled_ios`| Specifies the number of bundled pins for the left, right, top, and bottom boundaries. The default value is `3`, and the allowed values are integers `[0, MAX_INT]`. |
65
63
|`-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]`. |
66
64
|`-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]`. |
67
65
|`-halo_width`| Horizontal/vertical halo around macros (microns). The allowed values are floats, and the default value is `0.0`. |
0 commit comments