File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ initial1.sv
5
5
^\[main\.p1\] main\.counter == 100: REFUTED$
6
6
^\[main\.p2\] ##1 main\.counter == 1: PROVED up to bound 5$
7
7
^\[main\.p3\] ##1 main\.counter == 100: REFUTED$
8
- ^\[main\.p4\] s_nexttime main\.counter == 1: PROVED$
8
+ ^\[main\.p4\] s_nexttime main\.counter == 1: PROVED up to bound 5 $
9
9
^EXIT=10$
10
10
^SIGNAL=0$
11
11
--
Original file line number Diff line number Diff line change @@ -117,13 +117,14 @@ bool is_SVA_operator(const exprt &expr)
117
117
return is_SVA_sequence (expr) || id == ID_sva_disable_iff ||
118
118
id == ID_sva_accept_on || id == ID_sva_reject_on ||
119
119
id == ID_sva_sync_accept_on || id == ID_sva_sync_reject_on ||
120
- id == ID_sva_always || id == ID_sva_ranged_always ||
121
- id == ID_sva_nexttime || id == ID_sva_s_nexttime ||
122
- id == ID_sva_indexed_nexttime || id == ID_sva_until ||
123
- id == ID_sva_s_until || id == ID_sva_until_with ||
124
- id == ID_sva_s_until_with || id == ID_sva_eventually ||
125
- id == ID_sva_s_eventually || id == ID_sva_ranged_s_eventually ||
126
- id == ID_sva_cycle_delay || id == ID_sva_overlapped_followed_by ||
120
+ id == ID_sva_always || id == ID_sva_s_always ||
121
+ id == ID_sva_ranged_always || id == ID_sva_nexttime ||
122
+ id == ID_sva_s_nexttime || id == ID_sva_indexed_nexttime ||
123
+ id == ID_sva_until || id == ID_sva_s_until ||
124
+ id == ID_sva_until_with || id == ID_sva_s_until_with ||
125
+ id == ID_sva_eventually || id == ID_sva_s_eventually ||
126
+ id == ID_sva_ranged_s_eventually || id == ID_sva_cycle_delay ||
127
+ id == ID_sva_overlapped_followed_by ||
127
128
id == ID_sva_nonoverlapped_followed_by;
128
129
}
129
130
You can’t perform that action at this time.
0 commit comments