Skip to content

Verilog: use resultt for methods in expr2verilogt #688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2024
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