We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92592ba commit f539be4Copy full SHA for f539be4
src/grt/README.md
@@ -29,6 +29,7 @@ global_route
29
[-start_incremental]
30
[-end_incremental]
31
[-use_cugr]
32
+ [-resistance_aware]
33
```
34
35
#### Options
@@ -46,6 +47,7 @@ global_route
46
47
| `-start_incremental` | This flag initializes the GRT listener to get the net modified. The default is false. |
48
| `-end_incremental` | This flag run incremental GRT with the nets modified. The default is false. |
49
| `-use_cugr` | This flag run GRT using CUGR as the router solver. NOTE: this is not ready for production. |
50
+| `-resistance_aware` | This flag enables resistance-aware layer assignment and 3D routing. NOTE: this is not ready for production. |
51
52
### Set Routing Layers
53
0 commit comments