Skip to content

Commit d36ee63

Browse files
committed
grt: fix README description for -res_aware_nets_percentage
Signed-off-by: Jonas Gava <jfgava@precisioninno.com>
1 parent 89751a1 commit d36ee63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/grt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ global_route
5353
| `-end_incremental` | This flag run incremental GRT with the nets modified. The default is false. |
5454
| `-use_cugr` | This flag run GRT using CUGR as the router solver. NOTE: this is not ready for production. |
5555
| `-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 integers `[0, MAX_INT]`. |
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]`. |
5757
| `-infinite_cap` | Enables "infinite" gcell capacity for testing purpose. NOTE: this is not recommended for production flows. |
5858
| `-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. |
5959

0 commit comments

Comments
 (0)