diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2023-02-08 10:11:47 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2023-02-08 10:11:47 +0100 |
commit | 5f33c0e0b24a96b77b0ac68b249546a87d2592ae (patch) | |
tree | 704b6c4967f022bae0a0fa3a6562eecdbb915633 /passes/techmap/bmuxmap.cc | |
parent | 417fadbefd0ed85846c2ba855457361999fcf18b (diff) | |
download | yosys-5f33c0e0b24a96b77b0ac68b249546a87d2592ae.tar.gz yosys-5f33c0e0b24a96b77b0ac68b249546a87d2592ae.tar.bz2 yosys-5f33c0e0b24a96b77b0ac68b249546a87d2592ae.zip |
Updated changelog
Diffstat (limited to 'passes/techmap/bmuxmap.cc')
-rw-r--r-- | passes/techmap/bmuxmap.cc | 3 |
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 { |