We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d9c15 commit 354336aCopy full SHA for 354336a
src/README.md
@@ -215,10 +215,10 @@ write_cdl
215
216
### Examples
217
```
218
-write_cdl -master {netlist1.cdl netlist2.cdl ...} -include_fillers netlist.cdl
+write_cdl -masters {netlist1.cdl netlist2.cdl ...} -include_fillers netlist.cdl
219
220
# To write a database file with gzip compression.
221
-write_cdl -master {netlist1.cdl netlist2.cdl ...} -include_fillers netlist.cdl.gz
+write_cdl -masters {netlist1.cdl netlist2.cdl ...} -include_fillers netlist.cdl.gz
222
223
224
### Global Connections
0 commit comments