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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,14 +208,15 @@ The `buffer_ports -inputs` command adds a buffer between the input and its
208
208
loads. The `buffer_ports -outputs` adds a buffer between the port driver
209
209
and the output port. Inserting buffers on input and output ports makes
210
210
the block input capacitances and output drives independent of the block
211
-
internals.
211
+
internals. It uses the buffer library cell defined by `-buffer_cell` if it is given.
212
212
213
213
```tcl
214
214
buffer_ports
215
215
[-inputs]
216
216
[-outputs]
217
217
[-max_utilization util]
218
218
[-buffer_cell buf_cell]
219
+
[-verbose]
219
220
```
220
221
221
222
#### Options
@@ -224,6 +225,8 @@ buffer_ports
224
225
| ----- | ----- |
225
226
|`-inputs`, `-outputs`| Insert a buffer between the input and load, output and load respectively. The default behavior is `-inputs` and `-outputs` set if neither is specified. |
226
227
|`-max_utilization`| Defines the percentage of core area used. |
228
+
|`-buffer_cell`| Specifies the buffer cell type to be used. |
0 commit comments