From 0dd2050946f895436ac9af62a23054b0584f8d7f Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Wed, 26 Apr 2023 12:16:08 +0100 Subject: [PATCH] SOC1-167: Changed fillelist to point to system filelist in project repo --- Cortex-M0/nanosoc/systems/mcu/rtl_sim/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Cortex-M0/nanosoc/systems/mcu/rtl_sim/makefile b/Cortex-M0/nanosoc/systems/mcu/rtl_sim/makefile index ac25da9..8dcf1b8 100644 --- a/Cortex-M0/nanosoc/systems/mcu/rtl_sim/makefile +++ b/Cortex-M0/nanosoc/systems/mcu/rtl_sim/makefile @@ -91,6 +91,7 @@ ifeq ($(DMA_PRODUCT),DMA_230) TBENCH_VC += -f $(PROJECT_DIR)/flist/dma-230/pl230_ip.flist endif +TBENCH_VC += -f $(PROJECT_DIR)/flist/project/system.flist ACCELERATOR_VC = # ACCELERATOR_IP = SHA_2 -- GitLab