Skip to content

Commit

Permalink
Merge pull request #746 from diffblue/eventually4
Browse files Browse the repository at this point in the history
SVA: KNOWNBUG test for `s_eventually`
  • Loading branch information
tautschnig authored Oct 1, 2024
2 parents 04b5682 + ac62b1f commit 2e01686
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions regression/verilog/SVA/eventually4.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
KNOWNBUG
eventually4.sv
--bound 2
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring
--
Property gives counterexample but should pass.
6 changes: 6 additions & 0 deletions regression/verilog/SVA/eventually4.sv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module main(input a);

// should pass for any bound
assert property ((s_eventually !a) or (always a));

endmodule

0 comments on commit 2e01686

Please sign in to comment.