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/gpl/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ global_placement
134
134
|`-disable_pin_density_adjust`| Flag to disable instance pin density area adjustment. The pin density area adjustment is enabled by default. |
135
135
|`-enable_routing_congestion`| Flag to run global routing after global placement, enabling the Routing Congestion Heatmap.|
136
136
|`-virtual_cts`| Flag to build a lightweight virtual clock tree during global placement. Clock tree is used to compute clock network latency per clock sink to model clock skew during timing-driven placement. Virtual CTS runs before each timing-driven iteration. |
137
-
|`-virtual_cts_max_skew_fraction`| Set max insertion delay as fraction of clock period. Default is 0.10 (10%). |
137
+
|`-virtual_cts_max_skew_fraction`| Set max insertion delay as fraction of clock period. Valid range is [0, 1]; out-of-range values are clamped. Default is 0.10 (10%). |
0 commit comments