mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-02 03:36:56 +00:00
Cleanup docs.
This commit is contained in:
parent
e6e57b33e3
commit
2b4f481850
3 changed files with 19 additions and 27 deletions
|
|
@ -930,12 +930,9 @@ struct AigerBackend : public Backend {
|
|||
log(" make indexes zero based, enable using map files with smt solvers.\n");
|
||||
log("\n");
|
||||
log(" -ywmap <filename>\n");
|
||||
log(" write a map file for conversion to and from yosys witness traces.\n");
|
||||
log(" The generated JSON map includes \"asserts\" and \"assumes\" arrays\n");
|
||||
log(" containing the hierarchical witness paths of the corresponding\n");
|
||||
log(" $assert and $assume cells. This enables downstream tools to map\n");
|
||||
log(" AIGER bad-state properties and invariant constraints back to\n");
|
||||
log(" individual formal properties by name.\n");
|
||||
log(" write a map file for conversion to and from yosys witness traces,\n");
|
||||
log(" also allows for mapping AIGER bad-state properties and invariant\n");
|
||||
log(" constraints back to individual formal properties by name.\n");
|
||||
log("\n");
|
||||
log(" -I, -O, -B, -L\n");
|
||||
log(" If the design contains no input/output/assert/flip-flop then create one\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue