mirror of https://github.com/YosysHQ/yosys.git
azonenberg: Make dump_vcd save model when temporal induction fails due to step limit
This commit is contained in:
parent
c642dd0b3e
commit
9c5a63c52c
|
@ -1320,6 +1320,8 @@ struct SatPass : public Pass {
|
|||
}
|
||||
|
||||
log("\nReached maximum number of time steps -> proof failed.\n");
|
||||
if(!vcd_file_name.empty())
|
||||
inductstep.dump_model_to_vcd(vcd_file_name);
|
||||
print_proof_failed();
|
||||
|
||||
tip_failed:
|
||||
|
|
Loading…
Reference in New Issue