mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +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
|
@ -260,8 +260,10 @@ int main()
|
|||
std::vector<int> modelExpressions;
|
||||
std::vector<bool> modelValues;
|
||||
|
||||
for (auto &it : blockinfo)
|
||||
for (auto &it : blockinfo) {
|
||||
ez.freeze(it.first);
|
||||
modelExpressions.push_back(it.first);
|
||||
}
|
||||
|
||||
int solution_counter = 0;
|
||||
while (1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue