From ca2aa54f219c5a4974549b8b929044e38d19cfa5 Mon Sep 17 00:00:00 2001
From: dwn1c21 <d.newbrook@soton.ac.uk>
Date: Fri, 13 Oct 2023 15:46:09 +0000
Subject: [PATCH] Add copy of nanosoc DMA350 address mapping

---
 set_env.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/set_env.sh b/set_env.sh
index 65e9115..2afe7f5 100755
--- a/set_env.sh
+++ b/set_env.sh
@@ -13,6 +13,7 @@
 # Source set_env script from soctools_flow
 source soctools_flow/bin/project_setup.sh $@
 if [ ! -f .dma350_configured ]; then
+    cp nanosoc_tech/nanosoc/sldma350_tech/config/address_map_m1_nanosoc.sv $ARM_IP_LIBRARY_PATH/DMA-350/CG096-r0p0-00rel0/CG096-BU-50000-r0p0-00rel0/dma350/logical/models/modules/generic/address_map_m1_nanosoc.sv
     make -C nanosoc_tech/nanosoc/sldma350_tech/ config_dma_ahb
     touch .dma350_configured
-fi
\ No newline at end of file
+fi
-- 
GitLab