projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07f893
)
Fixed copy&paste error in log message in lut2mux
author
Clifford Wolf
<clifford@clifford.at>
Sat, 16 Apr 2016 21:20:34 +0000
(23:20 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 16 Apr 2016 21:20:34 +0000
(23:20 +0200)
passes/techmap/lut2mux.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/lut2mux.cc
b/passes/techmap/lut2mux.cc
index fe55e499a1f2702f8bf090abcc18331f0e2cef8b..b2c4f31a81d4e30bd5481cbe90819a63f317bd04 100644
(file)
--- a/
passes/techmap/lut2mux.cc
+++ b/
passes/techmap/lut2mux.cc
@@
-67,7
+67,7
@@
struct Lut2muxPass : public Pass {
}
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
{
- log_header("Executing LUT2MUX pass (
mapping to constant drivers
).\n");
+ log_header("Executing LUT2MUX pass (
convert $lut to $_MUX_
).\n");
size_t argidx;
for (argidx = 1; argidx < args.size(); argidx++)