From 296e260a97baffe7010d28d8bec335ebf2dd30f5 Mon Sep 17 00:00:00 2001
From: Daniela GENIUS <genius@padme.soc.lip6.fr>
Date: Tue, 14 Nov 2017 14:36:04 +0100
Subject: [PATCH] fixed missing file deployinfo_ram.h

---
 MPSoC/generated_topcell/deployinfo_ram.h | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 MPSoC/generated_topcell/deployinfo_ram.h

diff --git a/MPSoC/generated_topcell/deployinfo_ram.h b/MPSoC/generated_topcell/deployinfo_ram.h
new file mode 100644
index 0000000000..33cd09dfe7
--- /dev/null
+++ b/MPSoC/generated_topcell/deployinfo_ram.h
@@ -0,0 +1,7 @@
+
+#if defined(DEPLOY_RAM0_NAME)
+	DEPLOY_RAM0_NAME (RWAL) : ORIGIN = DEPLOY_RAM0_ADDR, LENGTH = DEPLOY_RAM0_SIZE
+#endif
+#if defined(CACHED_RAM0_NAME)
+	CACHED_RAM0_NAME (RWAL) : ORIGIN = CACHED_RAM0_ADDR, LENGTH = CACHED_RAM0_SIZE
+#endif
-- 
GitLab