Skip to content

Commit

Permalink
KNOWNBUG test for engine heuristic
Browse files Browse the repository at this point in the history
This replicates issue #921.
  • Loading branch information
kroening committed Jan 6, 2025
1 parent bc38997 commit 08e6923
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 08e6923

Please sign in to comment.