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
1) Evaluate connection between clusters based on connections'
ratio instead of using a fixed threshold;
2) Retire threshold for evaluating connections.
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
|`-max_num_level`| Maximum depth of physical hierarchical tree. The default value is `2`, and the allowed values are integers `[0, MAX_INT]`. |
60
59
|`-coarsening_ratio`| The larger the coarsening_ratio, the faster the convergence process. The allowed values are floats, and the default value is `10.0`. |
61
60
|`-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]`. |
62
-
|`-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
61
|`-halo_width`| Horizontal/vertical halo around macros (microns). The allowed values are floats, and the default value is `0.0`. |
64
62
|`-fence_lx`, `-fence_ly`, `-fence_ux`, `-fence_uy`| Defines the global fence bounding box coordinates. The default values are the core area coordinates). |
65
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`. |
0 commit comments