how to add include path for Verilator #4870
Unanswered
gkamendje
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following in my
.vimrc
file:let g:ale_verilog_verilator_options ='-I/path_to_my_rtl_dir/rtl'
However, I still get the following warnings when linting with Verilator:
cannot find file containing module: 'my_module'
orPackage/class 'my_package' not found, and needs to be predeclared (IEEE 1800-2023_26.3) > Importing from missing package 'my_package'
Beta Was this translation helpful? Give feedback.
All reactions