From a94e72f05fdffa556cf19208d0b9ee90c5ebb5e9 Mon Sep 17 00:00:00 2001 From: otroubi Date: Thu, 3 Sep 2026 16:21:19 +0300 Subject: [PATCH] makefile dma connection check update --- designs/controller_dma_connective/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/controller_dma_connective/tests/Makefile b/designs/controller_dma_connective/tests/Makefile index 3dc8182..eb35e43 100644 --- a/designs/controller_dma_connective/tests/Makefile +++ b/designs/controller_dma_connective/tests/Makefile @@ -4,7 +4,7 @@ SIM ?= verilator PWD := $(shell pwd) WRAP_DIR = $(PWD)/../src -RTL_DIR = $(PWD)/../../controller/src +RTL_DIR = $(PWD)/../../controller_new/src LIBS_DIR = $(PWD)/../../../external/rtl_libs VERILOG_SOURCES += $(LIBS_DIR)/axi/rtl/axi_pkg.sv