2026-01-14 14:40:57 +01:00
|
|
|
%Error: t/t_class_misstatic_bad.v:23:10: Cannot call non-static member function 'nonstatic' without object (IEEE 1800-2023 8.10)
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
23 | Cls::nonstatic();
|
|
|
|
|
| ^~~~~~~~~
|
|
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
|
|
|
%Error: t/t_class_misstatic_bad.v:24:10: Cannot call non-static member function 'nonstatic_retcls' without object (IEEE 1800-2023 8.10)
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
24 | Cls::nonstatic_retcls();
|
|
|
|
|
| ^~~~~~~~~~~~~~~~
|
|
|
|
|
%Error: t/t_class_misstatic_bad.v:35:5: Cannot call non-static member function 'nonstatic' without object (IEEE 1800-2023 8.10)
|
2024-03-11 23:23:55 +01:00
|
|
|
: ... note: In instance 't'
|
2026-01-14 14:40:57 +01:00
|
|
|
35 | nonstatic();
|
2025-10-08 03:06:11 +02:00
|
|
|
| ^~~~~~~~~
|
2026-01-14 14:40:57 +01:00
|
|
|
%Error: t/t_class_misstatic_bad.v:45:10: Cannot call non-static member function 'nonstatic' without object (IEEE 1800-2023 8.10)
|
2024-03-11 23:23:55 +01:00
|
|
|
: ... note: In instance 't'
|
2026-01-14 14:40:57 +01:00
|
|
|
45 | Cls::nonstatic();
|
2025-10-08 03:06:11 +02:00
|
|
|
| ^~~~~~~~~
|
2026-01-14 14:40:57 +01:00
|
|
|
%Error: t/t_class_misstatic_bad.v:51:10: Cannot call non-static member function 'nonstatic' without object (IEEE 1800-2023 8.10)
|
2024-03-11 23:23:55 +01:00
|
|
|
: ... note: In instance 't'
|
2026-01-14 14:40:57 +01:00
|
|
|
51 | Cls::nonstatic();
|
2025-10-08 03:06:11 +02:00
|
|
|
| ^~~~~~~~~
|
2024-03-11 23:23:55 +01:00
|
|
|
%Error: Exiting due to
|