Skip to content

Commit 6f9aeaa

Browse files
committed
Repair CI race between #1363 and #1368
This applies the changes needed for #1368 to #1363.
1 parent 9e0058b commit 6f9aeaa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

regression/ebmc-spot/sva-buechi/sequence3.bmc.desc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CORE
22
../../verilog/SVA/sequence3.sv
33
--buechi --bound 20 --numbered-trace
4-
^\[main\.p0\] strong\(##\[\*\] main\.x == 6\): UNSUPPORTED: not convertible to Buechi$
5-
^\[main\.p1\] strong\(##\[\*\] main\.x == 5\): UNSUPPORTED: not convertible to Buechi$
6-
^\[main\.p2\] strong\(##\[\+\] main\.x == 0\): UNSUPPORTED: not convertible to Buechi$
7-
^\[main\.p3\] strong\(##\[\+\] main\.x == 5\): UNSUPPORTED: not convertible to Buechi$
4+
^\[main\.p0\] strong\(##\[\*\] main\.x == 6\): UNSUPPORTED: sva_strong not convertible to Buechi$
5+
^\[main\.p1\] strong\(##\[\*\] main\.x == 5\): UNSUPPORTED: sva_strong not convertible to Buechi$
6+
^\[main\.p2\] strong\(##\[\+\] main\.x == 0\): UNSUPPORTED: sva_strong not convertible to Buechi$
7+
^\[main\.p3\] strong\(##\[\+\] main\.x == 5\): UNSUPPORTED: sva_strong not convertible to Buechi$
88
^EXIT=10$
99
^SIGNAL=0$
1010
--

regression/ebmc-spot/sva-buechi/system_verilog_assertion4.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
../../verilog/SVA/system_verilog_assertion4.sv
33
--buechi --module main --bound 10
4-
^\[main\.p11\] always \(main\.x == 0 \|-> \(\(##1 main\.x == 1\) and \(not \(##2 main\.x == 3\)\)\)\): UNSUPPORTED: not convertible to Buechi$
4+
^\[main\.p11\] always \(main\.x == 0 \|-> \(\(##1 main\.x == 1\) and \(not \(##2 main\.x == 3\)\)\)\): UNSUPPORTED: sva_implicit_strong not convertible to Buechi$
55
^EXIT=10$
66
^SIGNAL=0$
77
--

0 commit comments

Comments
 (0)