2025-10-31 20:49:30 +01:00
|
|
|
%Error-HIERPARAM: t/t_interface_param_another_bad.v:9:35: Parameter values cannot use hierarchical values (IEEE 1800-2023 6.20.2)
|
2025-09-25 16:27:26 +02:00
|
|
|
: ... note: In instance 't'
|
2025-10-31 20:49:30 +01:00
|
|
|
9 | simple_bus #(.PARAMETER(sb_intf.dummy)) simple ();
|
|
|
|
|
| ^~~~~
|
2025-09-25 16:27:26 +02:00
|
|
|
... For error description see https://verilator.org/warn/HIERPARAM?v=latest
|
2025-10-31 20:49:30 +01:00
|
|
|
%Error: t/t_interface_param_another_bad.v:9:35: Expecting expression to be constant, but variable isn't const: 'dummy'
|
2025-09-23 04:24:45 +02:00
|
|
|
: ... note: In instance 't'
|
2025-10-31 20:49:30 +01:00
|
|
|
9 | simple_bus #(.PARAMETER(sb_intf.dummy)) simple ();
|
|
|
|
|
| ^~~~~
|
2025-09-25 16:27:26 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2025-10-31 20:49:30 +01:00
|
|
|
%Error: t/t_interface_param_another_bad.v:9:17: Can't convert defparam value to constant: Param 'PARAMETER' of 'simple'
|
2025-04-02 15:43:12 +02:00
|
|
|
: ... note: In instance 't'
|
2025-10-31 20:49:30 +01:00
|
|
|
9 | simple_bus #(.PARAMETER(sb_intf.dummy)) simple ();
|
|
|
|
|
| ^~~~~~~~~
|
2019-05-03 00:45:32 +02:00
|
|
|
%Error: Exiting due to
|