mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
10 lines
685 B
Plaintext
10 lines
685 B
Plaintext
%Error: t/t_inside_unpacked_param.v:13:43: Expecting expression to be constant, but can't convert a CMETHODHARD 'inside' to constant.
|
|
: ... note: In instance 't'
|
|
13 | localparam HIT_INSIDE = HIT_LP inside {CHECKLIST_P};
|
|
| ^~~~~~~~~~~
|
|
%Error: t/t_inside_unpacked_param.v:14:45: Expecting expression to be constant, but can't convert a CMETHODHARD 'inside' to constant.
|
|
: ... note: In instance 't'
|
|
14 | localparam MISS_INSIDE = MISS_LP inside {CHECKLIST_P};
|
|
| ^~~~~~~~~~~
|
|
%Error: Exiting due to
|