mirror of https://github.com/YosysHQ/yosys.git
parent
9cd23cf0fe
commit
e85e6e8d45
|
@ -462,7 +462,7 @@ with open(outfile, "w") as f:
|
|||
print(" int i = 0;", file=f)
|
||||
print(" pool<Cell*> users;", file=f)
|
||||
print(" for (auto bit : sigmap(sig))", file=f)
|
||||
print(" if (!unique)", file=f);
|
||||
print(" if (unique)", file=f);
|
||||
print(" i += GetSize(sigusers[bit]);", file=f);
|
||||
print(" else", file=f);
|
||||
print(" for (auto user : sigusers[bit])", file=f)
|
||||
|
|
Loading…
Reference in New Issue