21 lines
1.5 KiB
Plaintext
21 lines
1.5 KiB
Plaintext
%Error-UNSUPPORTED: t/t_sequence_first_match_unsup.v:51:41: Unsupported: or (in sequence expression)
|
|
51 | initial p0 : assert property ((##1 1) or(##2 1) |-> x == 1);
|
|
| ^~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_sequence_first_match_unsup.v:54:54: Unsupported: or (in sequence expression)
|
|
54 | initial p1 : assert property (first_match ((##1 1) or(##2 1)) |-> x == 1);
|
|
| ^~
|
|
%Error-UNSUPPORTED: t/t_sequence_first_match_unsup.v:54:33: Unsupported: first_match (in sequence expression)
|
|
54 | initial p1 : assert property (first_match ((##1 1) or(##2 1)) |-> x == 1);
|
|
| ^~~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_sequence_first_match_unsup.v:57:35: Unsupported: or (in sequence expression)
|
|
57 | initial p2 : assert property (1 or ##1 1 |-> x == 0);
|
|
| ^~
|
|
%Error-UNSUPPORTED: t/t_sequence_first_match_unsup.v:60:48: Unsupported: or (in sequence expression)
|
|
60 | initial p3 : assert property (first_match (1 or ##1 1) |-> x == 0);
|
|
| ^~
|
|
%Error-UNSUPPORTED: t/t_sequence_first_match_unsup.v:60:33: Unsupported: first_match (in sequence expression)
|
|
60 | initial p3 : assert property (first_match (1 or ##1 1) |-> x == 0);
|
|
| ^~~~~~~~~~~
|
|
%Error: Exiting due to
|