mirror of
https://github.com/verilator/verilator.git
synced 2025-01-13 10:04:01 +00:00
11 lines
682 B
Plaintext
11 lines
682 B
Plaintext
|
%Error-UNSUPPORTED: t/t_class_param_nested_bad.v:51:23: dotted expressions in parameters
|
||
|
: ... In instance t
|
||
|
: ... Suggest use a typedef
|
||
|
51 | Wrap2 #(Wrap#(19)::PBASE * 2) w38;
|
||
|
| ^~~~~
|
||
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
||
|
%Error: Internal Error: t/t_class_param_nested_bad.v:51:29: ../V3Width.cpp:#: Node has no type
|
||
|
: ... In instance t
|
||
|
51 | Wrap2 #(Wrap#(19)::PBASE * 2) w38;
|
||
|
| ^
|