mirror of
https://github.com/verilator/verilator.git
synced 2025-02-08 14:41:48 +00:00
6 lines
320 B
Plaintext
6 lines
320 B
Plaintext
|
%Error-PKGNODECL: t/t_package_identifier_bad.v:15:20: Package/class 'Bar' not found, and needs to be predeclared (IEEE 1800-2023 26.3)
|
||
|
15 | int baz = Foo::Bar::baz;
|
||
|
| ^~~
|
||
|
... For error description see https://verilator.org/warn/PKGNODECL?v=latest
|
||
|
%Error: Exiting due to
|