mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Updated changelog
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user