azonenberg: Make dump_vcd save model when temporal induction fails due to step limit

This commit is contained in:
Clifford Wolf 2014-08-24 13:27:40 +02:00
parent c642dd0b3e
commit 9c5a63c52c
1 changed files with 2 additions and 0 deletions

View File

@ -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: