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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ global_route
40
40
| Switch Name | Description |
41
41
| ----- | ----- |
42
42
|`-guide_file`| Set the output guides file name (e.g., `route.guide`). |
43
-
|`-congestion_iterations`| Set the number of iterations made to remove the overflow of the routing. The default value is `50`, and the allowed values are integers `[0, MAX_INT]`. |
43
+
|`-congestion_iterations`| Set the number of iterations made to remove the congestion of the routing. The default value is `50`, and the allowed values are integers `[0, MAX_INT]`. |
44
44
|`-congestion_report_file`| Set the file name to save the congestion report. The file generated can be read by the DRC viewer in the GUI (e.g., `report_file.rpt`). |
45
45
|`-congestion_report_iter_step`| Set the number of iterations to report. The default value is `0`, and the allowed values are integers `[0, MAX_INT]`. |
46
46
|`-grid_origin`| Set the (x, y) origin of the routing grid in DBU. For example, `-grid_origin {1 1}` corresponds to the die (0, 0) + 1 DBU in each x--, y- direction. |
@@ -295,7 +295,7 @@ global_route_debug
295
295
| ----- | ----- |
296
296
|`-st`| Show the Steiner Tree generated by `stt`. |
297
297
|`-rst`| Show the Rectilinear Steiner Tree generated by `grt`. |
298
-
|`-tree2D`| Show the Rectilinear Steiner Tree generated by `grt` after the overflow iterations. |
298
+
|`-tree2D`| Show the Rectilinear Steiner Tree generated by `grt` after the congestion iterations. |
299
299
|`-tree3D`| Show the 3D Rectilinear Steiner Tree post-layer assignment. |
300
300
|`-edges3D`| Show each edge being rerouted post-layer assignment. |
301
301
|`-saveSttInput`| File name to save `stt` input of a net. |
0 commit comments