verilator/test_regress/t/t_lint_importstar_bad.out

7 lines
395 B
Plaintext
Raw Normal View History

%Warning-IMPORTSTAR: t/t_lint_importstar_bad.v:11:12: Import::* in $unit scope may pollute global namespace
11 | import defs::*;
| ^~
2021-04-24 14:33:49 +00:00
... For warning description see https://verilator.org/warn/IMPORTSTAR?v=latest
... Use "/* verilator lint_off IMPORTSTAR */" and lint_on around source to disable this message.
%Error: Exiting due to