how to add include path for Verilator #4870
-
I have the following in my
However, I still get the following warnings when linting with Verilator: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Verilator issues this warning because the file containing the package declaration is not known. Fully specifying the file using an option like the following does solve the issue.
|
Beta Was this translation helpful? Give feedback.
Verilator issues this warning because the file containing the package declaration is not known. Fully specifying the file using an option like the following does solve the issue.
let g:ale_verilog_verilator_options = '-/path_to_my_rtl_dir/my_package_filename.sv'