verilator/test_regress/t/t_covergroup_unsup.out

409 lines
22 KiB
Plaintext
Raw Normal View History

%Warning-COVERIGN: t/t_covergroup_unsup.v:32:4: Ignoring unsupported: covergroup
32 | covergroup cg_empty;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
... For warning description see https://verilator.org/warn/COVERIGN?v=latest
... Use "/* verilator lint_off COVERIGN */" and lint_on around source to disable this message.
%Warning-COVERIGN: t/t_covergroup_unsup.v:36:7: Ignoring unsupported: coverage option
36 | type_option.weight = 1;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:37:7: Ignoring unsupported: coverage option
37 | type_option.goal = 99;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:38:7: Ignoring unsupported: coverage option
38 | type_option.comment = "type_option_comment";
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:39:7: Ignoring unsupported: coverage option
39 | type_option.strobe = 0;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:40:7: Ignoring unsupported: coverage option
40 | type_option.merge_instances = 1;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:41:7: Ignoring unsupported: coverage option
41 | type_option.distribute_first = 1;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:42:7: Ignoring unsupported: coverage option
42 | option.name = "the_name";
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:43:7: Ignoring unsupported: coverage option
43 | option.weight = 1;
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:44:7: Ignoring unsupported: coverage option
44 | option.goal = 98;
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:45:7: Ignoring unsupported: coverage option
45 | option.comment = "option_comment";
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:46:7: Ignoring unsupported: coverage option
46 | option.at_least = 20;
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:47:7: Ignoring unsupported: coverage option
47 | option.auto_bin_max = 10;
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:48:7: Ignoring unsupported: coverage option
48 | option.cross_num_print_missing = 2;
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:49:7: Ignoring unsupported: coverage option
49 | option.detect_overlap = 1;
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:50:7: Ignoring unsupported: coverage option
50 | option.per_instance = 1;
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:51:7: Ignoring unsupported: coverage option
51 | option.get_inst_coverage = 1;
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:35:4: Ignoring unsupported: covergroup
35 | covergroup cg_opt;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:54:34: Ignoring unsupported: coverage clocking event
54 | covergroup cg_clockingevent() @(posedge clk);
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:54:4: Ignoring unsupported: covergroup
54 | covergroup cg_clockingevent() @(posedge clk);
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:56:4: Ignoring unsupported: covergroup
56 | covergroup cg_withfunction() with function sample (a);
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:58:25: Ignoring unsupported: coverage '@@' events
58 | covergroup cg_atat() @@ (begin funca or end funcb);
2023-03-12 19:11:11 +01:00
| ^~
%Warning-COVERIGN: t/t_covergroup_unsup.v:58:4: Ignoring unsupported: covergroup
58 | covergroup cg_atat() @@ (begin funca or end funcb);
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:60:4: Ignoring unsupported: covergroup
60 | covergroup cg_bracket;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:64:9: Ignoring unsupported: coverage option
64 | { option.name = "option"; }
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:63:4: Ignoring unsupported: covergroup
63 | covergroup cg_bracket2;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:67:7: Ignoring unsupported: coverpoint
67 | coverpoint a;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:66:4: Ignoring unsupported: covergroup
66 | covergroup cg_cp;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:70:20: Ignoring unsupported: cover 'iff'
70 | coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:70:7: Ignoring unsupported: coverpoint
70 | coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:69:4: Ignoring unsupported: covergroup
69 | covergroup cg_cp_iff;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:73:24: Ignoring unsupported: cover 'iff'
73 | id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:73:11: Ignoring unsupported: coverpoint
73 | id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:72:4: Ignoring unsupported: covergroup
72 | covergroup cg_id_cp_iff;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:76:28: Ignoring unsupported: cover 'iff'
76 | int id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:76:15: Ignoring unsupported: coverpoint
76 | int id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:75:4: Ignoring unsupported: covergroup
75 | covergroup cg_id_cp_id1;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:79:32: Ignoring unsupported: cover 'iff'
79 | var int id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:79:19: Ignoring unsupported: coverpoint
79 | var int id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:78:4: Ignoring unsupported: covergroup
78 | covergroup cg_id_cp_id2;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:82:34: Ignoring unsupported: cover 'iff'
82 | var [3:0] id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:82:21: Ignoring unsupported: coverpoint
82 | var [3:0] id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:81:4: Ignoring unsupported: covergroup
81 | covergroup cg_id_cp_id3;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:85:30: Ignoring unsupported: cover 'iff'
85 | [3:0] id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:85:17: Ignoring unsupported: coverpoint
85 | [3:0] id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:84:4: Ignoring unsupported: covergroup
84 | covergroup cg_id_cp_id4;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:88:31: Ignoring unsupported: cover 'iff'
88 | signed id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:88:18: Ignoring unsupported: coverpoint
88 | signed id: coverpoint a iff (b);
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:87:4: Ignoring unsupported: covergroup
87 | covergroup cg_id_cp_id5;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:92:18: Ignoring unsupported: cover 'iff'
92 | cross a, b iff (!rst);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:92:7: Ignoring unsupported: cover cross
92 | cross a, b iff (!rst);
2023-03-12 19:11:11 +01:00
| ^~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:91:4: Ignoring unsupported: covergroup
91 | covergroup cg_cross;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:95:18: Ignoring unsupported: cover 'iff'
95 | cross a, b iff (!rst) {}
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:95:7: Ignoring unsupported: cover cross
95 | cross a, b iff (!rst) {}
2023-03-12 19:11:11 +01:00
| ^~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:94:4: Ignoring unsupported: covergroup
94 | covergroup cg_cross2;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:98:20: Ignoring unsupported: coverage option
98 | cross a, b { option.comment = "cross"; option.weight = 12; }
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:98:46: Ignoring unsupported: coverage option
98 | cross a, b { option.comment = "cross"; option.weight = 12; }
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:98:7: Ignoring unsupported: cover cross
98 | cross a, b { option.comment = "cross"; option.weight = 12; }
2023-03-12 19:11:11 +01:00
| ^~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:97:4: Ignoring unsupported: covergroup
97 | covergroup cg_cross3;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:102:24: Ignoring unsupported: coverage cross 'function' declaration
102 | function void crossfunc; endfunction
| ^~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:103:21: Ignoring unsupported: coverage select function call
103 | bins one = crossfunc();
| ^~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:103:10: Ignoring unsupported: coverage cross bin
103 | bins one = crossfunc();
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:101:7: Ignoring unsupported: cover cross
101 | cross a, b {
2023-03-12 19:11:11 +01:00
| ^~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:100:4: Ignoring unsupported: covergroup
100 | covergroup cg_cross4;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:107:28: Ignoring unsupported: cover 'iff'
107 | my_cg_id: cross a, b iff (!rst);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:107:17: Ignoring unsupported: cover cross
107 | my_cg_id: cross a, b iff (!rst);
2023-03-12 19:11:11 +01:00
| ^~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:106:4: Ignoring unsupported: covergroup
106 | covergroup cg_cross_id;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:112:17: Ignoring unsupported: cover bin specification
112 | { bins ba = {a}; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:113:24: Ignoring unsupported: cover 'iff'
113 | { bins bar = {a} iff (!rst); }
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:113:18: Ignoring unsupported: cover bin specification
113 | { bins bar = {a} iff (!rst); }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:114:26: Ignoring unsupported: cover bin specification
114 | { illegal_bins ila = {a}; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:115:25: Ignoring unsupported: cover bin specification
115 | { ignore_bins iga = {a}; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:117:19: Ignoring unsupported: cover bin specification
117 | { bins ba[] = {a}; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:118:20: Ignoring unsupported: cover bin specification
118 | { bins ba[2] = {a}; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:120:23: Ignoring unsupported: cover bin 'with' specification
120 | { bins ba = {a} with { b }; }
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:122:27: Ignoring unsupported: cover bin 'wildcard' specification
122 | { wildcard bins bwa = {a}; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:123:34: Ignoring unsupported: cover bin 'wildcard' 'with' specification
123 | { wildcard bins bwaw = {a} with { b }; }
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:125:20: Ignoring unsupported: cover bin 'default'
125 | { bins def = default; }
2023-03-12 19:11:11 +01:00
| ^~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:126:29: Ignoring unsupported: cover bin 'default' 'sequence'
126 | { bins defs = default sequence; }
2023-03-12 19:11:11 +01:00
| ^~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:128:18: Ignoring unsupported: cover bin trans list
128 | { bins bts = ( 1, 2 ); }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:129:9: Ignoring unsupported: cover bin 'wildcard' trans list
129 | { wildcard bins wbts = ( 1, 2 ); }
2023-03-12 19:11:11 +01:00
| ^~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:130:33: Ignoring unsupported: covergroup value range
130 | { bins bts2 = ( 2, 3 ), ( [5:6] ), ( [5 +/- 2] ), ( [ 5 +%- 20.0] ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:130:44: Ignoring unsupported: covergroup value range
130 | { bins bts2 = ( 2, 3 ), ( [5:6] ), ( [5 +/- 2] ), ( [ 5 +%- 20.0] ) ; }
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:130:59: Ignoring unsupported: covergroup value range
130 | { bins bts2 = ( 2, 3 ), ( [5:6] ), ( [5 +/- 2] ), ( [ 5 +%- 20.0] ) ; }
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:130:19: Ignoring unsupported: cover bin trans list
130 | { bins bts2 = ( 2, 3 ), ( [5:6] ), ( [5 +/- 2] ), ( [ 5 +%- 20.0] ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:132:27: Ignoring unsupported: cover trans set '=>'
132 | { bins bts2 = ( 1,5 => 6,7 ) ; }
2023-03-12 19:11:11 +01:00
| ^~
%Warning-COVERIGN: t/t_covergroup_unsup.v:132:19: Ignoring unsupported: cover bin trans list
132 | { bins bts2 = ( 1,5 => 6,7 ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:133:25: Ignoring unsupported: cover '[*'
133 | { bins bts2 = ( 3 [*5] ) ; }
2023-03-12 19:11:11 +01:00
| ^~
%Warning-COVERIGN: t/t_covergroup_unsup.v:133:19: Ignoring unsupported: cover bin trans list
133 | { bins bts2 = ( 3 [*5] ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:134:25: Ignoring unsupported: cover '[*'
134 | { bins bts2 = ( 3 [*5:6] ) ; }
2023-03-12 19:11:11 +01:00
| ^~
%Warning-COVERIGN: t/t_covergroup_unsup.v:134:19: Ignoring unsupported: cover bin trans list
134 | { bins bts2 = ( 3 [*5:6] ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:135:25: Ignoring unsupported: cover '[->'
135 | { bins bts2 = ( 3 [->5] ) ; }
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:135:19: Ignoring unsupported: cover bin trans list
135 | { bins bts2 = ( 3 [->5] ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:136:25: Ignoring unsupported: cover '[->'
136 | { bins bts2 = ( 3 [->5:6] ) ; }
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:136:19: Ignoring unsupported: cover bin trans list
136 | { bins bts2 = ( 3 [->5:6] ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:137:25: Ignoring unsupported: cover '[='
137 | { bins bts2 = ( 3 [=5] ) ; }
2023-03-12 19:11:11 +01:00
| ^~
%Warning-COVERIGN: t/t_covergroup_unsup.v:137:19: Ignoring unsupported: cover bin trans list
137 | { bins bts2 = ( 3 [=5] ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:138:25: Ignoring unsupported: cover '[='
138 | { bins bts2 = ( 3 [=5:6] ) ; }
2023-03-12 19:11:11 +01:00
| ^~
%Warning-COVERIGN: t/t_covergroup_unsup.v:138:19: Ignoring unsupported: cover bin trans list
138 | { bins bts2 = ( 3 [=5:6] ) ; }
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:110:4: Ignoring unsupported: covergroup
110 | covergroup cg_binsoroptions_bk1;
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:144:23: Ignoring unsupported: coverage select expression 'binsof'
144 | bins bin_a = binsof(a);
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:144:10: Ignoring unsupported: coverage cross bin
144 | bins bin_a = binsof(a);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:145:24: Ignoring unsupported: coverage select expression 'binsof'
145 | bins bin_ai = binsof(a) iff (!rst);
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:145:34: Ignoring unsupported: cover 'iff'
145 | bins bin_ai = binsof(a) iff (!rst);
2023-03-12 19:11:11 +01:00
| ^~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:145:10: Ignoring unsupported: coverage cross bin
145 | bins bin_ai = binsof(a) iff (!rst);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:146:23: Ignoring unsupported: coverage select expression 'binsof'
146 | bins bin_c = binsof(cp.x);
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:146:10: Ignoring unsupported: coverage cross bin
146 | bins bin_c = binsof(cp.x);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:147:24: Ignoring unsupported: coverage select expression 'binsof'
147 | bins bin_na = ! binsof(a);
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:147:10: Ignoring unsupported: coverage cross bin
147 | bins bin_na = ! binsof(a);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:149:33: Ignoring unsupported: coverage select expression 'intersect'
149 | bins bin_d = binsof(a) intersect { b };
2023-03-12 19:11:11 +01:00
| ^~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:149:10: Ignoring unsupported: coverage cross bin
149 | bins bin_d = binsof(a) intersect { b };
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:150:34: Ignoring unsupported: coverage select expression 'intersect'
150 | bins bin_nd = ! binsof(a) intersect { b };
2023-03-12 19:11:11 +01:00
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:150:10: Ignoring unsupported: coverage cross bin
150 | bins bin_nd = ! binsof(a) intersect { b };
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:152:23: Ignoring unsupported: coverage select expression with
152 | bins bin_e = with (a);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:152:10: Ignoring unsupported: coverage cross bin
152 | bins bin_e = with (a);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:153:27: Ignoring unsupported: coverage select expression with
153 | bins bin_not_e = ! with (a);
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:153:10: Ignoring unsupported: coverage cross bin
153 | bins bin_not_e = ! with (a);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:155:26: Ignoring unsupported: coverage select expression 'binsof'
155 | bins bin_par = (binsof(a));
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:155:10: Ignoring unsupported: coverage cross bin
155 | bins bin_par = (binsof(a));
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:156:25: Ignoring unsupported: coverage select expression 'binsof'
156 | bins bin_and = binsof(a) && binsof(b);
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:156:38: Ignoring unsupported: coverage select expression 'binsof'
156 | bins bin_and = binsof(a) && binsof(b);
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:156:35: Ignoring unsupported: coverage select expression '&&'
156 | bins bin_and = binsof(a) && binsof(b);
2023-03-12 19:11:11 +01:00
| ^~
%Warning-COVERIGN: t/t_covergroup_unsup.v:156:10: Ignoring unsupported: coverage cross bin
156 | bins bin_and = binsof(a) && binsof(b);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:157:24: Ignoring unsupported: coverage select expression 'binsof'
157 | bins bin_or = binsof(a) || binsof(b);
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:157:37: Ignoring unsupported: coverage select expression 'binsof'
157 | bins bin_or = binsof(a) || binsof(b);
2023-03-12 19:11:11 +01:00
| ^~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:157:34: Ignoring unsupported: coverage select expression '||'
157 | bins bin_or = binsof(a) || binsof(b);
2023-03-12 19:11:11 +01:00
| ^~
%Warning-COVERIGN: t/t_covergroup_unsup.v:157:10: Ignoring unsupported: coverage cross bin
157 | bins bin_or = binsof(a) || binsof(b);
2023-03-12 19:11:11 +01:00
| ^~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:143:7: Ignoring unsupported: cover cross
143 | cross a, b {
2023-03-12 19:11:11 +01:00
| ^~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:142:4: Ignoring unsupported: covergroup
142 | covergroup cg_cross_bins;
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:161:4: Ignoring unsupported: covergroup
161 | covergroup cgArgs(int cg_lim);
2024-03-02 15:06:54 +01:00
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:168:23: Ignoring unsupported: coverage clocking event
168 | covergroup cov1 @m_z;
| ^
%Warning-COVERIGN: t/t_covergroup_unsup.v:169:10: Ignoring unsupported: coverpoint
169 | coverpoint m_x;
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:170:10: Ignoring unsupported: coverpoint
170 | coverpoint m_y;
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:168:7: Ignoring unsupported: covergroup
168 | covergroup cov1 @m_z;
| ^~~~~~~~~~
%Warning-COVERIGN: t/t_covergroup_unsup.v:178:7: Ignoring unsupported: covergroup
178 | covergroup extends cg_empty;
| ^~~~~~~~~~
%Error: Exiting due to