projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c642dd0
)
azonenberg: Make dump_vcd save model when temporal induction fails due to step limit
author
Clifford Wolf
<clifford@clifford.at>
Sun, 24 Aug 2014 11:27:40 +0000
(13:27 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 24 Aug 2014 11:27:40 +0000
(13:27 +0200)
passes/sat/sat.cc
patch
|
blob
|
history
diff --git
a/passes/sat/sat.cc
b/passes/sat/sat.cc
index c6da4bb42bc9d3685cef2d11bbfa65a13f1a1928..08ae9e92978427d7a348fa625ce7ca83be993abc 100644
(file)
--- a/
passes/sat/sat.cc
+++ b/
passes/sat/sat.cc
@@
-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: