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/cts/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ set_cts_config
151
151
[-sink_clustering_levels levels]
152
152
[-sink_clustering_max_diameter max_diameter]
153
153
[-sink_clustering_size cluster_size]
154
+
[-skip_nets <list_of_clk_nets_to_skip>]
154
155
[-tree_buf <buf>]
155
156
[-wire_unit wire_unit]
156
157
```
@@ -176,6 +177,7 @@ set_cts_config
176
177
|`-sink_clustering_max_diameter`| Specifies maximum diameter (in microns) of sink cluster for the register tree. The allowed values are integers `[0, MAX_INT]`. If this is not specified the diameter will be automatically chosen between `50, 100 or 200`, based on the tree buffer max cap. |
177
178
|`-sink_clustering_size`| Specifies the maximum number of sinks per cluster for the register tree. The allowed values are integers `[0, MAX_INT]`. If this is not specified the size will be automatically chosen between `10, 20 or 30` based on the tree buffer max cap. |
178
179
|`-sink_clustering_levels`| ... |
180
+
|`-skip_nets`| Tcl list containing the clock nets to be skipped (e.g. `{net1, net2}`). If the net is a root clock net, the whole clock is skipped, otherwise only the subnet specified is skipped. |
179
181
|`-wire_unit`| Minimum unit distance between buffers for a specific wire. If this parameter is omitted, the code gets the value from ten times the height of `-root_buffer`. |
0 commit comments