3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-06 00:50:57 +00:00
This commit is contained in:
Gus Smith 2026-02-06 17:26:08 -08:00
parent 9ed56ac72c
commit f062a0c8d6
5 changed files with 9 additions and 9 deletions

View file

@ -67,7 +67,7 @@ bool ezCmdlineSAT::solver(const std::vector<int> &modelExpressions, std::vector<
modelValues.resize(modelIdx.size());
if (!status_sat && !status_unsat) {
solverTimoutStatus = true;
solverTimeoutStatus = true;
}
if (!status_sat) {
return false;