From 2b2450da545c1ff009ba2b4b72cc1e739ac8c9e1 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Fri, 20 Feb 2026 12:41:10 -0800 Subject: [PATCH] cndm: Fix path Signed-off-by: Alex Forencich --- src/cndm/board/AS02MC04/fpga/fpga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cndm/board/AS02MC04/fpga/fpga/Makefile b/src/cndm/board/AS02MC04/fpga/fpga/Makefile index 85c982a..6e35239 100644 --- a/src/cndm/board/AS02MC04/fpga/fpga/Makefile +++ b/src/cndm/board/AS02MC04/fpga/fpga/Makefile @@ -18,7 +18,7 @@ TAXI_SRC_DIR = $(LIB_DIR)/taxi/src # Files for synthesis SYN_FILES = $(RTL_DIR)/fpga.sv SYN_FILES += $(RTL_DIR)/fpga_core.sv -SYN_FILES += $(TAXI_SRC_DIR)/corundum/rtl/cndm_micro_pcie_us.f +SYN_FILES += $(TAXI_SRC_DIR)/cndm/rtl/cndm_micro_pcie_us.f SYN_FILES += $(TAXI_SRC_DIR)/eth/rtl/us/taxi_eth_mac_25g_us.f SYN_FILES += $(TAXI_SRC_DIR)/axis/rtl/taxi_axis_async_fifo.f SYN_FILES += $(TAXI_SRC_DIR)/sync/rtl/taxi_sync_reset.sv