mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 00:32:17 +00:00
Various equiv_* improvements
This commit is contained in:
parent
43951099cf
commit
75bbeb828a
4 changed files with 20 additions and 14 deletions
|
@ -81,7 +81,7 @@ struct EquivInductWorker
|
|||
log(" Proving existence of base case for step %d. (%d clauses over %d variables)\n", step, ez.numCnfClauses(), ez.numCnfVariables());
|
||||
if (!ez.solve()) {
|
||||
log(" Proof for base case failed. Circuit inherently diverges!\n");
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
create_timestep(step+1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue