summaryrefslogtreecommitdiff
path: root/kernel/register.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/register.cc')
-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;