mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Added ENABLE_NDEBUG makefile options
This commit is contained in:
parent
8fe9ab50e5
commit
2a9ad48eb6
12 changed files with 33 additions and 12 deletions
|
@ -132,7 +132,7 @@ static void test_abcloop()
|
|||
SatGen satgen(&ez, &sigmap);
|
||||
|
||||
for (auto c : module->cells()) {
|
||||
bool ok = satgen.importCell(c);
|
||||
bool ok YS_ATTRIBUTE(unused) = satgen.importCell(c);
|
||||
log_assert(ok);
|
||||
}
|
||||
|
||||
|
@ -182,7 +182,7 @@ static void test_abcloop()
|
|||
SatGen satgen(&ez, &sigmap);
|
||||
|
||||
for (auto c : module->cells()) {
|
||||
bool ok = satgen.importCell(c);
|
||||
bool ok YS_ATTRIBUTE(unused) = satgen.importCell(c);
|
||||
log_assert(ok);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue