aboutsummaryrefslogtreecommitdiff
path: root/microblaze-vitis/hello_world/src/Hello_worldExample.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'microblaze-vitis/hello_world/src/Hello_worldExample.cmake')
-rw-r--r--microblaze-vitis/hello_world/src/Hello_worldExample.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/microblaze-vitis/hello_world/src/Hello_worldExample.cmake b/microblaze-vitis/hello_world/src/Hello_worldExample.cmake
new file mode 100644
index 0000000..7aa8be4
--- /dev/null
+++ b/microblaze-vitis/hello_world/src/Hello_worldExample.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)