3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-29 20:59:03 +00:00

Improved ezsat stand-alone tests

This commit is contained in:
Clifford Wolf 2014-05-06 13:48:25 +02:00
parent a5a519a9d1
commit 30774ec6bc
4 changed files with 24 additions and 106 deletions

View file

@ -168,7 +168,7 @@ public:
int get(ezSAT *that) {
if (name.empty())
return id;
return that->literal(name);
return that->frozen_literal(name);
}
};