Skip to content

Commit 354336a

Browse files
committed
Fix write_cdl examples.
Signed-off-by: Christian COSTA <[email protected]>
1 parent d1d9c15 commit 354336a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ write_cdl
215215

216216
### Examples
217217
```
218-
write_cdl -master {netlist1.cdl netlist2.cdl ...} -include_fillers netlist.cdl
218+
write_cdl -masters {netlist1.cdl netlist2.cdl ...} -include_fillers netlist.cdl
219219
220220
# To write a database file with gzip compression.
221-
write_cdl -master {netlist1.cdl netlist2.cdl ...} -include_fillers netlist.cdl.gz
221+
write_cdl -masters {netlist1.cdl netlist2.cdl ...} -include_fillers netlist.cdl.gz
222222
```
223223

224224
### Global Connections

0 commit comments

Comments
 (0)