2020-12-13 03:20:42 +01:00
|
|
|
%Error: t/t_inside_unpacked.v:17:35: Unsupported: inside (set membership operator) on unpacked array
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-12-13 03:20:42 +01:00
|
|
|
17 | localparam HIT_INSIDE = HIT_LP inside {CHECKLIST_P};
|
|
|
|
|
| ^~~~~~
|
|
|
|
|
%Error: t/t_inside_unpacked.v:18:37: Unsupported: inside (set membership operator) on unpacked array
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-12-13 03:20:42 +01:00
|
|
|
18 | localparam MISS_INSIDE = MISS_LP inside {CHECKLIST_P};
|
|
|
|
|
| ^~~~~~
|
|
|
|
|
%Error: Exiting due to
|