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/grt/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
@@ -32,6 +32,7 @@ global_route
32
32
[-end_incremental]
33
33
[-use_cugr]
34
34
[-resistance_aware]
35
+
[-res_aware_nets_percentage percent]
35
36
[-infinite_cap]
36
37
```
37
38
@@ -52,6 +53,7 @@ global_route
52
53
|`-end_incremental`| This flag run incremental GRT with the nets modified. The default is false. |
53
54
|`-use_cugr`| This flag run GRT using CUGR as the router solver. NOTE: this is not ready for production. |
54
55
|`-resistance_aware`| This flag enables resistance-aware layer assignment and 3D routing. NOTE: this is not ready for production. |
56
+
|`-res_aware_nets_percentage`| Set the percentage of resistance-aware nets (e.g. `-res_aware_nets_percentage 100` (for 100%)). The default value is `15` with resistance-aware enabled and `0` otherwise, and the allowed values are floats between `[0, 100]`. |
55
57
|`-infinite_cap`| Enables "infinite" gcell capacity for testing purpose. NOTE: this is not recommended for production flows. |
56
58
|`-snapshot_batched_width`| Set the semantic width of snapshot-batched routing (max batches per wave). The default is `0`, preserving the non-batched behavior. Set a positive integer to enable batched routing; allowed values are integers `[1, MAX_INT]`. Execution width still follows `set_thread_count`. NOTE: this is not recommended for production flows; it is intended for exploration and research projects. |
0 commit comments