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/rsz/README.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ set_wire_rc
60
60
| Switch Name | Description |
61
61
| ----- | ----- |
62
62
|`-clock`| Enable setting of RC for clock nets. |
63
-
|`-signal`| Enable setting of RC for signal nets. |
63
+
|`-signal`| Enable setting of RC for signal nets. |
64
64
|`-layers`| Use the LEF technology resistance and area/edge capacitance values for the layers. The values for each layers will be used for wires with the prefered layer direction, if 2 or more layers have the same prefered direction the avarege value is used for wires with that direction. This is used for a default width wire on the layer. |
65
65
|`-layer`| Use the LEF technology resistance and area/edge capacitance values for the layer. This is used for a default width wire on the layer. |
66
66
|`-resistance`| Resistance per unit length, units are from the first Liberty file read. |
@@ -70,7 +70,6 @@ set_wire_rc
70
70
|`-v_resistance`| Resistance per unit length for vertical wires, units are from the first Liberty file read. |
71
71
|`-v_capacitance`| Capacitance per unit length for vertical wires, units are from the first Liberty file read. |
72
72
73
-
74
73
### Set Layer RC
75
74
76
75
The `set_layer_rc` command can be used to set the resistance and capacitance
@@ -110,7 +109,7 @@ After the `global_route` command has been called, the global routing topology
110
109
and layers can be used to estimate parasitics with the `-global_routing`
111
110
flag.
112
111
113
-
The optional argument `-spef_file` can be used to write the estimated parasitics using
112
+
The optional argument `-spef_file` can be used to write the estimated parasitics using
114
113
Standard Parasitic Exchange Format.
115
114
116
115
```tcl
@@ -249,7 +248,7 @@ the wire. It also resizes gates to normalize slews. Use `estimate_parasitics
249
248
-placement` before `repair_design` to estimate parasitics considered
250
249
during repair. Placement-based parasitics cannot accurately predict
251
250
routed parasitics, so a margin can be used to "over-repair" the design
252
-
to compensate.
251
+
to compensate.
253
252
254
253
```tcl
255
254
repair_design
@@ -318,7 +317,7 @@ Setup repair is done before hold repair so that hold repair does not
318
317
cause setup checks to fail.
319
318
320
319
The worst setup path is always repaired. Next, violating paths to
321
-
endpoints are repaired to reduced the total negative slack.
320
+
endpoints are repaired to reduced the total negative slack.
|`-hold_margin`| Add additional hold slack margin. |
358
357
|`-allow_setup_violations`| While repairing hold violations, buffers are not inserted that will cause setup violations unless `-allow_setup_violations` is specified. |
359
-
|`-sequence`| Specify a particular order of setup timing optimizations. The default is "unbuffer,sizedown,sizeup,swap,buffer,clone,split". Obeys skip flags also. |
358
+
|`-sequence`| Specify a particular order of setup timing optimizations. The default is "unbuffer,sizeup,swap,buffer,clone,split". Obeys skip flags also. |
360
359
|`-skip_pin_swap`| Flag to skip pin swap. The default is to perform pin swap transform during setup fixing. |
361
360
|`-skip_gate_cloning`| Flag to skip gate cloning. The default is to perform gate cloning transform during setup fixing. |
362
361
|`-skip_size_down`| Flag to skip gate down sizing. The default is to perform non-critical fanout gate down sizing transform during setup fixing. |
@@ -372,7 +371,7 @@ repair_timing
372
371
373
372
Use`-recover_power` to specify the percent of paths with positive slack which
374
373
will be considered for gate resizing to save power. It is recommended that
375
-
this option be used with global routing based parasitics.
374
+
this option be used with global routing based parasitics.
376
375
377
376
#### Instance Name Prefixes
378
377
@@ -609,9 +608,9 @@ report_wns
609
608
610
609
## Regression tests
611
610
612
-
There are a set of regression tests in `./test`. For more information, refer to this [section](../../README.md#regression-tests).
611
+
There are a set of regression tests in `./test`. For more information, refer to this [section](../../README.md#regression-tests).
0 commit comments