diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-02-28 11:14:59 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-02-28 11:14:59 +0100 |
commit | cb592504f41b10c821069fdb3fdb392119890127 (patch) | |
tree | 061cb8dd7c5eab0132aa7560bf17e0fd8cd4e6a3 /kernel | |
parent | 64aa9b37d68af422b0da98b72d6be113c3c6e29d (diff) | |
download | yosys-cb592504f41b10c821069fdb3fdb392119890127.tar.gz yosys-cb592504f41b10c821069fdb3fdb392119890127.tar.bz2 yosys-cb592504f41b10c821069fdb3fdb392119890127.zip |
Added more help messages (extract, abc, dfflibmap)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/register.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/register.cc b/kernel/register.cc index 80a2a5385..c1aa50dd5 100644 --- a/kernel/register.cc +++ b/kernel/register.cc @@ -353,6 +353,7 @@ struct HelpPass : public Pass { virtual void execute(std::vector<std::string> args, RTLIL::Design*) { if (args.size() == 1) { + log("\n"); for (auto &it : REGISTER_INTERN::pass_register) log(" %-20s %s\n", it.first.c_str(), it.second->short_help.c_str()); return; |