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/dpl/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ detailed_placement
32
32
|`-max_displacement`| Max distance that an instance can be moved (in microns) when finding a site where it can be placed. Either set one value for both directions or set `{disp_x disp_y}` for individual directions. The default values are `{0, 0}`, and the allowed values within are integers `[0, MAX_INT]`. |
33
33
|`-disallow_one_site_gaps`| Option is deprecated. |
34
34
|`-report_file_name`| File name for saving the report to (e.g. `report.json`.) |
35
+
|`-incremental`| By default DPL initiates with all instances unplaced. With this flag DPL will check for already legalized instances and set them as placed. |
0 commit comments