Skip to content

Commit 926fcf3

Browse files
committed
rsz: added -verbose argument in README.md
1 parent ba2d267 commit 926fcf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/rsz/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,15 @@ The `buffer_ports -inputs` command adds a buffer between the input and its
208208
loads. The `buffer_ports -outputs` adds a buffer between the port driver
209209
and the output port. Inserting buffers on input and output ports makes
210210
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.
212212

213213
```tcl
214214
buffer_ports
215215
[-inputs]
216216
[-outputs]
217217
[-max_utilization util]
218218
[-buffer_cell buf_cell]
219+
[-verbose]
219220
```
220221

221222
#### Options

0 commit comments

Comments
 (0)