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: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ rtl_macro_placer
46
46
[-min_ar min_ar]
47
47
[-report_directory report_directory]
48
48
[-write_macro_placement file_name]
49
+
[-keep_clustering_data]
49
50
```
50
51
51
52
#### Options
@@ -66,6 +67,7 @@ rtl_macro_placer
66
67
|`-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`. |
67
68
|`-report_directory`| Save reports to this directory. |
68
69
|`-write_macro_placement`| Generates a file with the design's macro placement in the format of calls for the `place_macro` command. |
70
+
|`-keep_clustering_data`| Save the hierarchy generated by MPL's clustering engine in the form of dbGroups inside ODB. |
0 commit comments