mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Updated changelog
This commit is contained in:
parent
417fadbefd
commit
5f33c0e0b2
2 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue