mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08:56 +00:00
Renamed SIZE() to GetSize() because of name collision on Win32
This commit is contained in:
parent
c7f5aab625
commit
4569a747f8
48 changed files with 447 additions and 447 deletions
|
@ -407,7 +407,7 @@ struct SatHelper
|
|||
if (prove_asserts) {
|
||||
RTLIL::SigSpec asserts_a, asserts_en;
|
||||
satgen.getAsserts(asserts_a, asserts_en, timestep);
|
||||
for (int i = 0; i < SIZE(asserts_a); i++)
|
||||
for (int i = 0; i < GetSize(asserts_a); i++)
|
||||
log("Import proof for assert: %s when %s.\n", log_signal(asserts_a[i]), log_signal(asserts_en[i]));
|
||||
prove_bits.push_back(satgen.importAsserts(timestep));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue