projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1170508
)
Fix typo in opt_clean log message
author
Clifford Wolf
<clifford@clifford.at>
Thu, 26 Oct 2017 16:01:48 +0000
(18:01 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 26 Oct 2017 16:01:48 +0000
(18:01 +0200)
passes/opt/opt_clean.cc
patch
|
blob
|
history
diff --git
a/passes/opt/opt_clean.cc
b/passes/opt/opt_clean.cc
index fb1851868caf0cde43b21b967022f5df529ae099..2d2ffa9a15faac1c347e35f283c302fb895bbd61 100644
(file)
--- a/
passes/opt/opt_clean.cc
+++ b/
passes/opt/opt_clean.cc
@@
-392,7
+392,7
@@
bool rmunused_module_init(RTLIL::Module *module, bool purge_mode, bool verbose)
}
if (verbose)
- log(" removing redund
e
nt init attribute on %s.\n", log_id(wire));
+ log(" removing redund
a
nt init attribute on %s.\n", log_id(wire));
wire->attributes.erase("\\init");
did_something = true;