Skip to content

Commit 8ff389d

Browse files
committed
mpl: update docs and fix tclint properly
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent fc304ff commit 8ff389d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/mpl/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ rtl_macro_placer
4747
[-min_ar min_ar]
4848
[-report_directory report_directory]
4949
[-write_macro_placement file_name]
50+
[-keep_clustering_data]
5051
```
5152

5253
#### Options
@@ -68,6 +69,7 @@ rtl_macro_placer
6869
| `-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`. |
6970
| `-report_directory` | Save reports to this directory. |
7071
| `-write_macro_placement` | Generates a file with the design's macro placement in the format of calls for the `place_macro` command. |
72+
| `-keep_clustering_data` | Save the hierarchy generated by MPL's clustering engine in the form of dbGroups inside ODB. |
7173

7274
#### Simulated Annealing Weight parameters
7375

src/mpl/test/keep_clustering_data.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ read_def testcases/io_constraints6.def
1010

1111
set_thread_count 0
1212
rtl_macro_placer -keep_clustering_data \
13-
-report_directory results/keep_clustering_data \
14-
-halo_width 4.0
13+
-report_directory results/keep_clustering_data \
14+
-halo_width 4.0
1515

1616
set def_file [make_result_file "keep_clustering_data.def"]
1717
write_def $def_file

0 commit comments

Comments
 (0)