2024-08-08 09:46:41 +02:00
|
|
|
%Error: t/t_inside_unpacked_param.v:13:35: Expecting expression to be constant, but can't convert a CMETHODHARD 'inside' to constant.
|
2023-12-12 09:20:22 +01:00
|
|
|
: ... note: In instance 't'
|
|
|
|
|
13 | localparam HIT_INSIDE = HIT_LP inside {CHECKLIST_P};
|
2024-08-08 09:46:41 +02:00
|
|
|
| ^~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2024-08-08 09:46:41 +02:00
|
|
|
%Error: t/t_inside_unpacked_param.v:14:37: Expecting expression to be constant, but can't convert a CMETHODHARD 'inside' to constant.
|
2023-12-12 09:20:22 +01:00
|
|
|
: ... note: In instance 't'
|
|
|
|
|
14 | localparam MISS_INSIDE = MISS_LP inside {CHECKLIST_P};
|
2024-08-08 09:46:41 +02:00
|
|
|
| ^~~~~~
|
2023-12-12 09:20:22 +01:00
|
|
|
%Error: Exiting due to
|