verilator/test_regress/t/t_class_param_nested_bad.out

12 lines
801 B
Plaintext
Raw Normal View History

2026-03-08 23:26:40 +01:00
%Error-UNSUPPORTED: t/t_class_param_nested_bad.v:57:23: dotted expressions in parameters
: ... note: In instance 't'
: ... Suggest use a typedef
2026-03-08 23:26:40 +01:00
57 | Wrap2 #(Wrap #(19)::PBASE * 2) w38;
| ^~~~~
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
2026-03-08 23:26:40 +01:00
%Error: Internal Error: t/t_class_param_nested_bad.v:57:23: ../V3Width.cpp:#: Node has no type
: ... note: In instance 't'
2026-03-08 23:26:40 +01:00
57 | Wrap2 #(Wrap #(19)::PBASE * 2) w38;
2025-09-18 05:38:00 +02:00
| ^~~~~
... This fatal error may be caused by the earlier error(s); resolve those first.