Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion regression/verilog/SVA/eventually1.desc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CORE
eventually1.sv
--bound 20
^\[main\.p0\] always main\.counter == 1 implies \(eventually \[1:2\] main\.counter == 3\): PROVED up to bound 20$
^\[main\.p0\] always \(main\.counter == 1 implies \(eventually \[1:2\] main\.counter == 3\)\): PROVED up to bound 20$
^EXIT=0$
^SIGNAL=0$
--
Expand Down
6 changes: 3 additions & 3 deletions regression/verilog/SVA/sva_and1.desc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CORE
sva_and1.sv
--bound 0
^\[main\.p0\] always 1 and 1: PROVED up to bound 0$
^\[main\.p1\] always 1 and 0: REFUTED$
^\[main\.p2\] always 1 and 32'b0000000000000000000000000000000x: PROVED up to bound 0$
^\[main\.p0\] always \(1 and 1\): PROVED up to bound 0$
^\[main\.p1\] always \(1 and 0\): REFUTED$
^\[main\.p2\] always \(1 and 32'b0000000000000000000000000000000x\): PROVED up to bound 0$
^EXIT=10$
^SIGNAL=0$
--
Expand Down
6 changes: 3 additions & 3 deletions regression/verilog/SVA/sva_iff1.desc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CORE
sva_iff1.sv
--bound 0
^\[main\.p0\] always 1 iff 1: PROVED up to bound 0$
^\[main\.p1\] always 1 iff 0: REFUTED$
^\[main\.p2\] always 1 iff 32'b0000000000000000000000000000000x: PROVED up to bound 0$
^\[main\.p0\] always \(1 iff 1\): PROVED up to bound 0$
^\[main\.p1\] always \(1 iff 0\): REFUTED$
^\[main\.p2\] always \(1 iff 32'b0000000000000000000000000000000x\): PROVED up to bound 0$
^EXIT=10$
^SIGNAL=0$
--
Expand Down
6 changes: 3 additions & 3 deletions regression/verilog/SVA/sva_implies1.desc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CORE
sva_implies1.sv
--bound 0
^\[main\.p0\] always 1 implies 1: PROVED up to bound 0$
^\[main\.p1\] always 1 implies 0: REFUTED$
^\[main\.p2\] always 1 implies 32'b0000000000000000000000000000000x: PROVED up to bound 0$
^\[main\.p0\] always \(1 implies 1\): PROVED up to bound 0$
^\[main\.p1\] always \(1 implies 0\): REFUTED$
^\[main\.p2\] always \(1 implies 32'b0000000000000000000000000000000x\): PROVED up to bound 0$
^EXIT=10$
^SIGNAL=0$
--
Expand Down
Loading