mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Added more help messages (extract, abc, dfflibmap)
This commit is contained in:
parent
64aa9b37d6
commit
cb592504f4
4 changed files with 108 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue