We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22785d0 commit 40919e6Copy full SHA for 40919e6
verification/cocotb/common.mk
@@ -18,7 +18,8 @@ VERILOG_INCLUDE_DIRS= \
18
$(CALIPTRA_ROOT)/src/libs/rtl \
19
$(CALIPTRA_ROOT)/src/caliptra_prim/rtl \
20
$(I3C_ROOT)/src \
21
- $(I3C_ROOT)/src/libs/axi
+ $(I3C_ROOT)/src/libs/axi \
22
+ $(I3C_ROOT_DIR)/src/libs
23
24
$(info VERILOG_SOURCES = $(VERILOG_SOURCES))
25
VERILOG_SOURCES := $(COMMON_SOURCES) $(VERILOG_SOURCES)
0 commit comments