Skip to content

Commit 98bae01

Browse files
authored
Merge pull request #688 from diffblue/use-expr2verilog-resultt
Verilog: use `resultt` for methods in `expr2verilogt`
2 parents d48ddee + 7eb5d28 commit 98bae01

File tree

6 files changed

+124
-147
lines changed

6 files changed

+124
-147
lines changed

regression/verilog/SVA/eventually1.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
eventually1.sv
33
--bound 20
4-
^\[main\.p0\] always main\.counter == 1 implies \(eventually \[1:2\] main\.counter == 3\): PROVED up to bound 20$
4+
^\[main\.p0\] always \(main\.counter == 1 implies \(eventually \[1:2\] main\.counter == 3\)\): PROVED up to bound 20$
55
^EXIT=0$
66
^SIGNAL=0$
77
--

regression/verilog/SVA/sva_and1.desc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
CORE
22
sva_and1.sv
33
--bound 0
4-
^\[main\.p0\] always 1 and 1: PROVED up to bound 0$
5-
^\[main\.p1\] always 1 and 0: REFUTED$
6-
^\[main\.p2\] always 1 and 32'b0000000000000000000000000000000x: PROVED up to bound 0$
4+
^\[main\.p0\] always \(1 and 1\): PROVED up to bound 0$
5+
^\[main\.p1\] always \(1 and 0\): REFUTED$
6+
^\[main\.p2\] always \(1 and 32'b0000000000000000000000000000000x\): PROVED up to bound 0$
77
^EXIT=10$
88
^SIGNAL=0$
99
--

regression/verilog/SVA/sva_iff1.desc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
CORE
22
sva_iff1.sv
33
--bound 0
4-
^\[main\.p0\] always 1 iff 1: PROVED up to bound 0$
5-
^\[main\.p1\] always 1 iff 0: REFUTED$
6-
^\[main\.p2\] always 1 iff 32'b0000000000000000000000000000000x: PROVED up to bound 0$
4+
^\[main\.p0\] always \(1 iff 1\): PROVED up to bound 0$
5+
^\[main\.p1\] always \(1 iff 0\): REFUTED$
6+
^\[main\.p2\] always \(1 iff 32'b0000000000000000000000000000000x\): PROVED up to bound 0$
77
^EXIT=10$
88
^SIGNAL=0$
99
--

regression/verilog/SVA/sva_implies1.desc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
CORE
22
sva_implies1.sv
33
--bound 0
4-
^\[main\.p0\] always 1 implies 1: PROVED up to bound 0$
5-
^\[main\.p1\] always 1 implies 0: REFUTED$
6-
^\[main\.p2\] always 1 implies 32'b0000000000000000000000000000000x: PROVED up to bound 0$
4+
^\[main\.p0\] always \(1 implies 1\): PROVED up to bound 0$
5+
^\[main\.p1\] always \(1 implies 0\): REFUTED$
6+
^\[main\.p2\] always \(1 implies 32'b0000000000000000000000000000000x\): PROVED up to bound 0$
77
^EXIT=10$
88
^SIGNAL=0$
99
--

0 commit comments

Comments
 (0)