verilator/test_regress/t/t_inside_unpacked_param.out

11 lines
756 B
Plaintext
Raw Normal View History

2026-03-08 23:26:40 +01:00
%Error: t/t_inside_unpacked_param.v:13:34: Expecting expression to be constant, but can't convert a CMETHODHARD 'inside' to constant.
: ... note: In instance 't'
2026-03-08 23:26:40 +01:00
13 | localparam HIT_INSIDE = HIT_LP inside {CHECKLIST_P};
| ^~~~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2026-03-08 23:26:40 +01:00
%Error: t/t_inside_unpacked_param.v:14:36: Expecting expression to be constant, but can't convert a CMETHODHARD 'inside' to constant.
: ... note: In instance 't'
2026-03-08 23:26:40 +01:00
14 | localparam MISS_INSIDE = MISS_LP inside {CHECKLIST_P};
| ^~~~~~
%Error: Exiting due to