2024-03-02 15:05:21 +01:00
|
|
|
%Error: t/t_implements_contents_bad.v:8:8: Interface class cannot contain non-parameter members (IEEE 1800-2023 8.26): 'badi'
|
2023-01-28 22:30:47 +01:00
|
|
|
8 | int badi;
|
|
|
|
|
| ^~~~
|
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_implements_contents_bad.v:9:9: Interface class functions must be pure virtual (IEEE 1800-2023 8.26): 'badtask'
|
2023-01-28 22:30:47 +01:00
|
|
|
9 | task badtask;
|
|
|
|
|
| ^~~~~~~
|
|
|
|
|
%Error: Exiting due to
|