mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-17 23:49:29 +00:00
documentation: updated description of 'abc' argument '-dont_use'
This commit is contained in:
parent
2046a23a2f
commit
81219c58b2
1 changed files with 4 additions and 2 deletions
|
|
@ -1935,8 +1935,10 @@ struct AbcPass : public Pass {
|
|||
log(" file format).\n");
|
||||
log("\n");
|
||||
log(" -dont_use <cell_name>\n");
|
||||
log(" generate netlists for the specified cell library (using the liberty\n");
|
||||
log(" file format).\n");
|
||||
log(" avoid usage of the technology cell <cell_name> when mapping the design.\n");
|
||||
log(" this option can be used multiple times with different cell names and\n");
|
||||
log(" supports simple glob patterns in the cell name.\n");
|
||||
log(" only supported with Liberty cell libraries.\n");
|
||||
log("\n");
|
||||
log(" -genlib <file>\n");
|
||||
log(" generate netlists for the specified cell library (using the SIS Genlib\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue