72 lines
3.7 KiB
Plaintext
72 lines
3.7 KiB
Plaintext
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:23:11: Unsupported: strong (in property expression)
|
|
23 | strong(a);
|
|
| ^
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:27:9: Unsupported: weak (in property expression)
|
|
27 | weak(a);
|
|
| ^
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:51:5: Unsupported: nexttime (in property expression)
|
|
51 | nexttime a;
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:55:5: Unsupported: nexttime[] (in property expression)
|
|
55 | nexttime [2] a;
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:59:5: Unsupported: s_nexttime (in property expression)
|
|
59 | s_nexttime a;
|
|
| ^~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:63:5: Unsupported: s_nexttime[] (in property expression)
|
|
63 | s_nexttime [2] a;
|
|
| ^~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:67:5: Unsupported: nexttime (in property expression)
|
|
67 | nexttime always a;
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:71:5: Unsupported: nexttime[] (in property expression)
|
|
71 | nexttime [2] always a;
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:75:5: Unsupported: nexttime[] (in property expression)
|
|
75 | nexttime [2] always a;
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:79:14: Unsupported: s_eventually (in property expression)
|
|
79 | nexttime s_eventually a;
|
|
| ^~~~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:79:5: Unsupported: nexttime (in property expression)
|
|
79 | nexttime s_eventually a;
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:83:14: Unsupported: s_eventually[] (in property expression)
|
|
83 | nexttime s_eventually [2:$] always a;
|
|
| ^~~~~~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:83:5: Unsupported: nexttime (in property expression)
|
|
83 | nexttime s_eventually [2:$] always a;
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:87:15: Unsupported: accept_on (in property expression)
|
|
87 | accept_on (a) b;
|
|
| ^
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:91:20: Unsupported: sync_accept_on (in property expression)
|
|
91 | sync_accept_on (a) b;
|
|
| ^
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:95:15: Unsupported: reject_on (in property expression)
|
|
95 | reject_on (a) b;
|
|
| ^
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:99:20: Unsupported: sync_reject_on (in property expression)
|
|
99 | sync_reject_on (a) b;
|
|
| ^
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:102:26: Unsupported: property argument data type
|
|
102 | property p_arg_propery(property inprop);
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:105:26: Unsupported: sequence argument data type
|
|
105 | property p_arg_seqence(sequence inseq);
|
|
| ^~~~~~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:110:5: Unsupported: property case expression
|
|
110 | case (a) endcase
|
|
| ^~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:113:5: Unsupported: property case expression
|
|
113 | case (a) default: b; endcase
|
|
| ^~~~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:116:5: Unsupported: property case expression
|
|
116 | if (a) b
|
|
| ^~
|
|
%Error-UNSUPPORTED: t/t_property_pexpr_unsup.v:119:5: Unsupported: property case expression
|
|
119 | if (a) b else c
|
|
| ^~
|
|
%Error: Exiting due to
|