aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/pmuxtree.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-11 16:18:45 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-11 16:18:45 -0700
commit35181a786684d13664814a4c51ea91e96aabd840 (patch)
treec3906c39ff3d9c9267b43ddf8947303570f0bd18 /passes/techmap/pmuxtree.cc
parent233edf00fec32c8acd7ed442323e0cd515f0e681 (diff)
parentb15b410b41cca3a79bfcfc9c91f665815f31ab5b (diff)
downloadyosys-35181a786684d13664814a4c51ea91e96aabd840.tar.gz
yosys-35181a786684d13664814a4c51ea91e96aabd840.tar.bz2
yosys-35181a786684d13664814a4c51ea91e96aabd840.zip
Merge remote-tracking branch 'origin/pmux2shiftx' into xc7mux
Diffstat (limited to 'passes/techmap/pmuxtree.cc')
-rw-r--r--passes/techmap/pmuxtree.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/techmap/pmuxtree.cc b/passes/techmap/pmuxtree.cc
index b7a22dc3b..6a923f481 100644
--- a/passes/techmap/pmuxtree.cc
+++ b/passes/techmap/pmuxtree.cc
@@ -71,9 +71,9 @@ struct PmuxtreePass : public Pass {
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
- log(" pmuxtree [options] [selection]\n");
+ log(" pmuxtree [selection]\n");
log("\n");
- log("This pass transforms $pmux cells to a trees of $mux cells.\n");
+ log("This pass transforms $pmux cells to trees of $mux cells.\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE