aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2023-02-08 10:11:47 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2023-02-08 10:11:47 +0100
commit5f33c0e0b24a96b77b0ac68b249546a87d2592ae (patch)
tree704b6c4967f022bae0a0fa3a6562eecdbb915633 /passes
parent417fadbefd0ed85846c2ba855457361999fcf18b (diff)
downloadyosys-5f33c0e0b24a96b77b0ac68b249546a87d2592ae.tar.gz
yosys-5f33c0e0b24a96b77b0ac68b249546a87d2592ae.tar.bz2
yosys-5f33c0e0b24a96b77b0ac68b249546a87d2592ae.zip
Updated changelog
Diffstat (limited to 'passes')
-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
{