3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-18 03:46:18 +00:00

Fix the regression

This commit is contained in:
Bogdan Vukobratovic 2019-05-28 15:45:04 +02:00
parent a8e73fc7e7
commit 29a78267d7

View file

@ -1554,7 +1554,7 @@ struct SatPass : public Pass {
log_error("Called with -verify and proof did fail!\n"); log_error("Called with -verify and proof did fail!\n");
} }
if (0) if (0) {
tip_success: tip_success:
design->scratchpad_set_bool("sat.success", true); design->scratchpad_set_bool("sat.success", true);
if (falsify) { if (falsify) {
@ -1562,6 +1562,7 @@ struct SatPass : public Pass {
log_error("Called with -falsify and proof did succeed!\n"); log_error("Called with -falsify and proof did succeed!\n");
} }
} }
}
else else
{ {
if (maxsteps > 0) if (maxsteps > 0)