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:
parent
d9201b85f3
commit
9ed4c9d710
2 changed files with 62 additions and 8 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue