2025-03-06 23:41:27 +01:00
|
|
|
%Error: t/t_std_identifier.v:16:20: Package/class for ':: reference' not found: 'std'
|
2022-11-28 16:53:55 +01:00
|
|
|
16 | int baz = foo::std::bar;
|
|
|
|
|
| ^~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2025-03-06 23:41:27 +01:00
|
|
|
%Error: t/t_std_identifier.v:16:25: Can't find definition of scope/variable/func: 'bar'
|
|
|
|
|
16 | int baz = foo::std::bar;
|
|
|
|
|
| ^~~
|
2022-11-28 16:53:55 +01:00
|
|
|
%Error: Exiting due to
|