3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-04 01:15:16 +00:00

document abc --keep-going pdr [sc-220].

This commit is contained in:
nella 2026-02-15 09:00:04 +01:00
parent a6e33d9916
commit e6e57b33e3
3 changed files with 46 additions and 6 deletions

View file

@ -931,6 +931,11 @@ struct AigerBackend : public Backend {
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("\n");
log(" -I, -O, -B, -L\n");
log(" If the design contains no input/output/assert/flip-flop then create one\n");