mirror of
https://github.com/verilator/verilator.git
synced 2025-01-04 05:37:48 +00:00
9 lines
509 B
Plaintext
9 lines
509 B
Plaintext
%Error-PKGNODECL: t/t_lint_pkg_colon_bad.v:7:17: Package/class 'mispkg' not found, and needs to be predeclared (IEEE 1800-2023 26.3)
|
|
7 | module t (input mispkg::foo_t a);
|
|
| ^~~~~~
|
|
... For error description see https://verilator.org/warn/PKGNODECL?v=latest
|
|
%Error: t/t_lint_pkg_colon_bad.v:7:25: syntax error, unexpected IDENTIFIER, expecting IDENTIFIER-for-type
|
|
7 | module t (input mispkg::foo_t a);
|
|
| ^~~~~
|
|
%Error: Exiting due to
|