3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Updated changelog

This commit is contained in:
Miodrag Milanovic 2023-02-08 10:11:47 +01:00
parent 417fadbefd
commit 5f33c0e0b2
2 changed files with 21 additions and 0 deletions

View file

@ -33,6 +33,9 @@ struct BmuxmapPass : public Pass {
log("\n");
log("This pass transforms $bmux cells to trees of $mux cells.\n");
log("\n");
log(" -pmux\n");
log(" transform to $pmux instead of $mux cells.\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
{