Skip to content

Commit f590015

Browse files
committed
gpl: update REAMDE with new inflation parameter values
Signed-off-by: Augusto Berndt <[email protected]>
1 parent f6fbd15 commit f590015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gpl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ global_placement
133133
| `-routability_check_overflow` | Set overflow threshold for routability mode. The default value is `0.3`, and the allowed values are floats `[0, 1]`. |
134134
| `-routability_max_density` | Set density threshold for routability mode. The default value is `0.99`, and the allowed values are floats `[0, 1]`. |
135135
| `-routability_max_inflation_iter` | Set inflation iteration threshold for routability mode. The default value is `4`, and the allowed values are integers `[1, MAX_INT]`. |
136-
| `-routability_inflation_ratio_coef` | Set inflation ratio coefficient for routability mode. The default value is `3`, and the allowed values are floats. |
137-
| `-routability_max_inflation_ratio` | Set inflation ratio threshold for routability mode to prevent overly aggressive adjustments. The default value is `6`, and the allowed values are floats. |
136+
| `-routability_inflation_ratio_coef` | Set inflation ratio coefficient for routability mode. The default value is `2`, and the allowed values are floats. |
137+
| `-routability_max_inflation_ratio` | Set inflation ratio threshold for routability mode to prevent overly aggressive adjustments. The default value is `3`, and the allowed values are floats. |
138138
| `-routability_rc_coefficients` | Set routability RC coefficients for calculating the final RC. They relate to the 0.5%, 1%, 2%, and 5% most congested tiles. It comes in the form of a Tcl List `{k1, k2, k3, k4}`. The default value for each coefficient is `{1.0, 1.0, 0.0, 0.0}` respectively, and the allowed values are floats. |
139139

140140
#### Timing-Driven Arguments

0 commit comments

Comments
 (0)