3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +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,13 +1554,14 @@ struct SatPass : public Pass {
log_error("Called with -verify and proof did fail!\n");
}
if (0)
if (0) {
tip_success:
design->scratchpad_set_bool("sat.success", true);
if (falsify) {
log("\n");
log_error("Called with -falsify and proof did succeed!\n");
}
}
}
else
{