Mention 'bwmuxmap' in 'write_firrtl' help

The FIRRTL backend does call into the 'bwmuxmap' pass but omits it in
the help message.
This commit is contained in:
Martin Povišer 2023-07-10 12:22:58 +02:00
parent c0b1a7daa4
commit 78d13d1956
1 changed files with 1 additions and 0 deletions

View File

@ -1195,6 +1195,7 @@ struct FirrtlBackend : public Backend {
log(" pmuxtree\n");
log(" bmuxmap\n");
log(" demuxmap\n");
log(" bwmuxmap\n");
log("\n");
}
void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design) override