projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b515fd2
)
Fix typo
author
Clifford Wolf
<clifford@clifford.at>
Fri, 3 May 2019 06:25:30 +0000
(08:25 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 3 May 2019 06:25:30 +0000
(08:25 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/pmgen/peepopt.cc
patch
|
blob
|
history
diff --git
a/passes/pmgen/peepopt.cc
b/passes/pmgen/peepopt.cc
index 78eb68c7a84804d9ece3e0547099768c3809ae00..e7f95cf8574d75e35883a445f53fd619eb11e866 100644
(file)
--- a/
passes/pmgen/peepopt.cc
+++ b/
passes/pmgen/peepopt.cc
@@
-40,7
+40,7
@@
struct PeepoptPass : public Pass {
}
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
{
- log_header(design, "Executing PEE
O
POPT pass (run peephole optimizers).\n");
+ log_header(design, "Executing PEEPOPT pass (run peephole optimizers).\n");
size_t argidx;
for (argidx = 1; argidx < args.size(); argidx++)