1
0
mirror of synced 2026-05-02 06:26:59 +00:00

Added more help messages (extract, abc, dfflibmap)

This commit is contained in:
Clifford Wolf
2013-02-28 11:14:59 +01:00
parent 64aa9b37d6
commit cb592504f4
4 changed files with 108 additions and 16 deletions

View File

@@ -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;