Add incdirs to vcs/verilator flows

This commit is contained in:
Jerry Zhao
2024-03-19 23:48:51 -07:00
parent edf6d9ed19
commit 7b3d3e54bd
2 changed files with 3 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ VERILATOR_NONCC_OPTS = \
$(VERILATOR_PREPROC_DEFINES) \
--top-module $(TB) \
--vpi \
$(addprefix +incdir+,$(EXT_INCDIRS)) \
-f $(sim_common_files)
#----------------------------------------------------------------------------------------