From f5b712ffd8904d574843f35766af3627e8665049 Mon Sep 17 00:00:00 2001 From: Daniel Newbrook <dwn1c21@soton.ac.uk> Date: Fri, 6 Dec 2024 13:10:14 +0000 Subject: [PATCH] Add nic400 megasoc system make target --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 131182a..b98eb86 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,7 @@ build_sie300_sram_ctrl: @$(SIE300_IP_LOGICAL_DIR)/generate --config ./socrates/BP301_SRAM/config/SYS_SRAM_ctrl.yaml --output ./logical/sie300/ build_nic400: socrates_cli --project megasoc_tech -data ../ --flow build.configured.component configuredComponentName=nic400_megasoc_main + socrates_cli --project megasoc_tech -data ../ --flow build.configured.component configuredComponentName=nic400_megasoc_system build_cortex_a53: mkdir $(SOCLABS_MEGASOC_TECH_DIR)/logical/CortexA53_1/ mkdir $(SOCLABS_MEGASOC_TECH_DIR)/logical/CortexA53_1/verilog -- GitLab