mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-03 20:24:38 +00:00
Cleanup docs.
This commit is contained in:
parent
e6e57b33e3
commit
2b4f481850
3 changed files with 19 additions and 27 deletions
|
|
@ -262,15 +262,10 @@ struct RenamePass : public Pass {
|
|||
log("\n");
|
||||
log(" rename -witness\n");
|
||||
log("\n");
|
||||
log("Assigns auto-generated names to all $any*/$all* output wires and containing\n");
|
||||
log("cells that do not have a public name. Also renames formal property cells\n");
|
||||
log("($assert, $assume, $cover, $live, $fair, $check) that have private names,\n");
|
||||
log("giving them public witness-trackable names.\n");
|
||||
log("\n");
|
||||
log("This ensures that, during formal verification, a solver-found trace can be\n");
|
||||
log("fully specified using public hierarchical names, and that individual property\n");
|
||||
log("results can be tracked by name in flows that support per-property reporting\n");
|
||||
log("(e.g. SBY with abc pdr in --keep-going mode).\n");
|
||||
log("Assigns auto-generated names to objects used in formal verification\n");
|
||||
log("that do not have a public name. This applies to all formal property\n");
|
||||
log("cells ($assert, $assume, $cover, $live, $fair, $check), $any*/$all*\n");
|
||||
log("output wires, and their containing cells.\n");
|
||||
log("\n");
|
||||
log("\n");
|
||||
log(" rename -hide [selection]\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue