mirror of https://github.com/YosysHQ/yosys.git
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:
parent
c0b1a7daa4
commit
78d13d1956
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue