summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-02-28 11:14:59 +0100
committerClifford Wolf <clifford@clifford.at>2013-02-28 11:14:59 +0100
commitcb592504f41b10c821069fdb3fdb392119890127 (patch)
tree061cb8dd7c5eab0132aa7560bf17e0fd8cd4e6a3 /kernel
parent64aa9b37d68af422b0da98b72d6be113c3c6e29d (diff)
Added more help messages (extract, abc, dfflibmap)
Diffstat (limited to 'kernel')
-rw-r--r--kernel/register.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/register.cc b/kernel/register.cc
index 80a2a538..c1aa50dd 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;