mirror of https://github.com/YosysHQ/yosys.git
Fix the regression
This commit is contained in:
parent
a8e73fc7e7
commit
29a78267d7
|
@ -1554,13 +1554,14 @@ 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) {
|
||||||
log("\n");
|
log("\n");
|
||||||
log_error("Called with -falsify and proof did succeed!\n");
|
log_error("Called with -falsify and proof did succeed!\n");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue