Skip to content

Commit 8a007f6

Browse files
committed
grt: update readme
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 708d397 commit 8a007f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/grt/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ global_route
2424
[-congestion_report_iter_step steps]
2525
[-grid_origin {x y}]
2626
[-critical_nets_percentage percent]
27+
[-skip_large_fanout_nets fanout]
2728
[-allow_congestion]
2829
[-verbose]
2930
[-start_incremental]
@@ -42,6 +43,7 @@ global_route
4243
| `-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]`. |
4344
| `-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. |
4445
| `-critical_nets_percentage` | Set the percentage of nets with the worst slack value that are considered timing critical, having preference over other nets during congestion iterations (e.g. `-critical_nets_percentage 30`). The default value is `0`, and the allowed values are integers `[0, MAX_INT]`. |
46+
| `-skip_large_fanout_nets` | Skips routing for nets with a fanout higher than the specified limit. Nets exceeding this pin count threshold will be ignored by the global router. The default value is `-1`, and the allowed values are integers `[0, MAX_INT]`. |
4547
| `-allow_congestion` | Allow global routing results to be generated with remaining congestion. The default is false. |
4648
| `-verbose` | This flag enables the full reporting of the global routing. |
4749
| `-start_incremental` | This flag initializes the GRT listener to get the net modified. The default is false. |

0 commit comments

Comments
 (0)