projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e625324
)
Spelling fixes
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 11 Apr 2019 22:09:13 +0000
(15:09 -0700)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 19 Apr 2019 12:00:22 +0000
(14:00 +0200)
passes/techmap/pmuxtree.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/pmuxtree.cc
b/passes/techmap/pmuxtree.cc
index b7a22dc3b28b1639bfb53e325c36c3ed49174ab0..6a923f481d86eec78dee6c7f0eece177aadc1432 100644
(file)
--- 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