2022-08-28 16:24:55 +02:00
|
|
|
%Error: t/t_class_param_nconst_bad.v:12:17: Expecting expression to be constant, but can't convert a RAND to constant.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2022-08-28 16:24:55 +02:00
|
|
|
12 | Cls #(.PARAM($random)) c;
|
|
|
|
|
| ^~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2022-08-28 16:24:55 +02:00
|
|
|
%Error: t/t_class_param_nconst_bad.v:12:11: Can't convert defparam value to constant: Param 'PARAM' of 'Cls'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2021-12-12 21:26:29 +01:00
|
|
|
12 | Cls #(.PARAM($random)) c;
|
|
|
|
|
| ^~~~~
|
|
|
|
|
%Error: Exiting due to
|