mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-17 19:36:18 +00:00
Fix the regression
This commit is contained in:
parent
a8e73fc7e7
commit
29a78267d7
1 changed files with 2 additions and 1 deletions
|
@ -1554,7 +1554,7 @@ 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) {
|
||||
|
@ -1562,6 +1562,7 @@ struct SatPass : public Pass {
|
|||
log_error("Called with -falsify and proof did succeed!\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (maxsteps > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue