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:
parent
a5a519a9d1
commit
30774ec6bc
4 changed files with 24 additions and 106 deletions
|
@ -168,7 +168,7 @@ public:
|
|||
int get(ezSAT *that) {
|
||||
if (name.empty())
|
||||
return id;
|
||||
return that->literal(name);
|
||||
return that->frozen_literal(name);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue