mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Merge pull request #5500 from mikesinouye/xaiger2
Enable xaiger2 pass when not in NDEBUG
This commit is contained in:
@@ -110,7 +110,8 @@ struct Xaiger2Frontend : public Frontend {
|
|||||||
for (int i = 0; i < (int) O; i++) {
|
for (int i = 0; i < (int) O; i++) {
|
||||||
int po;
|
int po;
|
||||||
*f >> po;
|
*f >> po;
|
||||||
log_assert(f->get() == '\n');
|
int c = f->get();
|
||||||
|
log_assert(c == '\n');
|
||||||
outputs.push_back(po);
|
outputs.push_back(po);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user