Skip to content

Commit

Permalink
Merge pull request #922 from diffblue/k-induction6
Browse files Browse the repository at this point in the history
KNOWNBUG test for engine heuristic
  • Loading branch information
tautschnig authored Jan 7, 2025
2 parents bc38997 + 08e6923 commit 129c081
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions regression/ebmc/k-induction/k-induction6.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
KNOWNBUG
k-induction6.sv

^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring
--
The property should hold, but is reported as refuted.
7 changes: 7 additions & 0 deletions regression/ebmc/k-induction/k-induction6.sv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module main(input clk, input x);

a0: assume property (not s_eventually !x);

p0: assert property (x);

endmodule

0 comments on commit 129c081

Please sign in to comment.