aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/bmuxmap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'passes/techmap/bmuxmap.cc')
-rw-r--r--passes/techmap/bmuxmap.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/passes/techmap/bmuxmap.cc b/passes/techmap/bmuxmap.cc
index 15b149239..7aa67d3c0 100644
--- a/passes/techmap/bmuxmap.cc
+++ b/passes/techmap/bmuxmap.cc
@@ -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
{