We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2d267 commit 926fcf3Copy full SHA for 926fcf3
1 file changed
src/rsz/README.md
@@ -208,14 +208,15 @@ The `buffer_ports -inputs` command adds a buffer between the input and its
208
loads. The `buffer_ports -outputs` adds a buffer between the port driver
209
and the output port. Inserting buffers on input and output ports makes
210
the block input capacitances and output drives independent of the block
211
-internals.
+internals. It uses the buffer library cell defined by `-buffer_cell` if it is given.
212
213
```tcl
214
buffer_ports
215
[-inputs]
216
[-outputs]
217
[-max_utilization util]
218
[-buffer_cell buf_cell]
219
+ [-verbose]
220
```
221
222
#### Options
0 commit comments