3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Improve write_aiger handling of unconnected nets and constants

This commit is contained in:
Clifford Wolf 2017-05-28 11:31:35 +02:00
parent d9201b85f3
commit 9ed4c9d710
2 changed files with 62 additions and 8 deletions

View file

@ -64,7 +64,7 @@ struct SetundefPass : public Pass {
log("\n");
log(" setundef [options] [selection]\n");
log("\n");
log("This command replaced undef (x) constants with defined (0/1) constants.\n");
log("This command replaces undef (x) constants with defined (0/1) constants.\n");
log("\n");
log(" -undriven\n");
log(" also set undriven nets to constant values\n");