projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad4321
)
fixing code style
author
rafaeltp
<rafaeltp@soe.ucsc.edu>
Sun, 21 Oct 2018 00:57:26 +0000
(17:57 -0700)
committer
rafaeltp
<rafaeltp@soe.ucsc.edu>
Sun, 21 Oct 2018 00:57:26 +0000
(17:57 -0700)
passes/equiv/equiv_make.cc
patch
|
blob
|
history
diff --git
a/passes/equiv/equiv_make.cc
b/passes/equiv/equiv_make.cc
index 8489abe7c1957d86bee4103c03910a618058f6ed..b4905f7c34e37cb8e3869583fb35aed5d445c59f 100644
(file)
--- a/
passes/equiv/equiv_make.cc
+++ b/
passes/equiv/equiv_make.cc
@@
-298,7
+298,7
@@
struct EquivMakeWorker
SigSpec new_sig = rd_signal_map(old_sig);
if(old_sig != new_sig) {
- for
(auto &
old_bit : old_sig.bits()) {
+ for
(auto &
old_bit : old_sig.bits()) {
SigBit new_bit = new_sig.bits()[old_bit.offset];
visited_cells.clear();