2024-03-02 15:05:21 +01:00
|
|
|
%Error: t/t_inst_2star_bad.v:12:17: Duplicate .* in an instance (IEEE 1800-2023 23.3.2)
|
2023-03-02 03:19:21 +01:00
|
|
|
12 | sub sub (.*, .*);
|
2022-10-22 19:45:48 +02:00
|
|
|
| ^~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2024-03-02 15:05:21 +01:00
|
|
|
%Error: t/t_inst_2star_bad.v:14:13: Mixing positional and .*/named instantiation connection (IEEE 1800-2023 23.3.2)
|
2023-03-02 03:19:21 +01:00
|
|
|
14 | sub sub (foo, .*);
|
|
|
|
|
| ^~~
|
2024-03-02 15:05:21 +01:00
|
|
|
%Error: t/t_inst_2star_bad.v:16:13: Mixing positional and .*/named instantiation connection (IEEE 1800-2023 23.3.2)
|
2023-03-02 03:19:21 +01:00
|
|
|
16 | sub sub (foo, .bar);
|
2022-10-22 22:03:42 +02:00
|
|
|
| ^~~
|
2022-10-22 19:45:48 +02:00
|
|
|
%Error: Exiting due to
|