aboutsummaryrefslogtreecommitdiff
path: root/eindopdracht-progh2-vitis/app_component/src/Empty_applicationExample.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'eindopdracht-progh2-vitis/app_component/src/Empty_applicationExample.cmake')
-rw-r--r--eindopdracht-progh2-vitis/app_component/src/Empty_applicationExample.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/eindopdracht-progh2-vitis/app_component/src/Empty_applicationExample.cmake b/eindopdracht-progh2-vitis/app_component/src/Empty_applicationExample.cmake
new file mode 100644
index 0000000..7aa8be4
--- /dev/null
+++ b/eindopdracht-progh2-vitis/app_component/src/Empty_applicationExample.cmake
@@ -0,0 +1,9 @@
+set(DDR lmb_bram_0)
+set(lmb_bram_0 "0x50;0x7fb0")
+set(TOTAL_MEM_CONTROLLERS "lmb_bram_0")
+set(MEMORY_SECTION "MEMORY
+{
+ lmb_bram_0 : ORIGIN = 0x50, LENGTH = 0x7fb0
+}")
+set(STACK_SIZE 0x400)
+set(HEAP_SIZE 0x400)