Skip to content

Commit 40919e6

Browse files
committed
common.mk: add include path
Signed-off-by: Karol Gugala <[email protected]>
1 parent 22785d0 commit 40919e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

verification/cocotb/common.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ VERILOG_INCLUDE_DIRS= \
1818
$(CALIPTRA_ROOT)/src/libs/rtl \
1919
$(CALIPTRA_ROOT)/src/caliptra_prim/rtl \
2020
$(I3C_ROOT)/src \
21-
$(I3C_ROOT)/src/libs/axi
21+
$(I3C_ROOT)/src/libs/axi \
22+
$(I3C_ROOT_DIR)/src/libs
2223

2324
$(info VERILOG_SOURCES = $(VERILOG_SOURCES))
2425
VERILOG_SOURCES := $(COMMON_SOURCES) $(VERILOG_SOURCES)

0 commit comments

Comments
 (0)