diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-05-28 11:31:35 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-05-28 11:31:35 +0200 |
commit | 9ed4c9d710e8ffc9bc33ecfe8f5650fc45cf5bc2 (patch) | |
tree | 8b08db746d4d997707e52892f663a144a7a7e350 /passes/cmds | |
parent | d9201b85f3eb955af9168a8c6525415f44f64f05 (diff) | |
download | yosys-9ed4c9d710e8ffc9bc33ecfe8f5650fc45cf5bc2.tar.gz yosys-9ed4c9d710e8ffc9bc33ecfe8f5650fc45cf5bc2.tar.bz2 yosys-9ed4c9d710e8ffc9bc33ecfe8f5650fc45cf5bc2.zip |
Improve write_aiger handling of unconnected nets and constants
Diffstat (limited to 'passes/cmds')
-rw-r--r-- | passes/cmds/setundef.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/cmds/setundef.cc b/passes/cmds/setundef.cc index e54135c8f..03a5a123f 100644 --- a/passes/cmds/setundef.cc +++ b/passes/cmds/setundef.cc @@ -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"); |