mirror of https://github.com/YosysHQ/yosys.git
fixing code style
This commit is contained in:
parent
0ad4321781
commit
ce069830c5
|
@ -298,7 +298,7 @@ struct EquivMakeWorker
|
||||||
SigSpec new_sig = rd_signal_map(old_sig);
|
SigSpec new_sig = rd_signal_map(old_sig);
|
||||||
|
|
||||||
if(old_sig != new_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];
|
SigBit new_bit = new_sig.bits()[old_bit.offset];
|
||||||
|
|
||||||
visited_cells.clear();
|
visited_cells.clear();
|
||||||
|
|
Loading…
Reference in New Issue