verilator/test_regress/t/t_lint_incabspath_bad.out
2020-03-14 22:02:42 -04:00

6 lines
314 B
Plaintext

%Warning-INCABSPATH: t/t_lint_incabspath.v:6:10: Suggest `include with absolute path be made relative, and use +include: /dev/null
`include "/dev/null"
^~~~~~~~~~~
... Use "/* verilator lint_off INCABSPATH */" and lint_on around source to disable this message.
%Error: Exiting due to