re-enable hello_world for ulx3s
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 11 Feb 2022 13:11:46 +0000 (13:11 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 11 Feb 2022 13:11:46 +0000 (13:11 +0000)
Makefile

index 672ca9fe14f8fe6cb7e0a50cd63f733d4a415754..c950b762ad625870f95c726e0ba9954663f6b787 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -140,19 +140,18 @@ $(soc_dram_tbs): %: $(soc_dram_files) $(soc_dram_sim_files) $(soc_dram_sim_obj_f
 endif
 
 # Hello world
-#MEMORY_SIZE=8192
-#RAM_INIT_FILE=hello_world/hello_world.hex
-#SIM_MAIN_BRAM=false
+MEMORY_SIZE=8192
+RAM_INIT_FILE=hello_world/hello_world.hex
+SIM_MAIN_BRAM=false
 
 # Micropython
 #MEMORY_SIZE=393216
 #RAM_INIT_FILE=micropython/firmware.hex
 
 # Linux
-MEMORY_SIZE=536870912
-RAM_INIT_FILE=dtbImage.microwatt.hex
-SIM_MAIN_BRAM=false
-#SIM_BRAM_CHAINBOOT=5242880 # 0x500000
+#MEMORY_SIZE=536870912
+#RAM_INIT_FILE=dtbImage.microwatt.hex
+#SIM_MAIN_BRAM=false
 SIM_BRAM_CHAINBOOT=6291456 # 0x600000
 
 FPGA_TARGET ?= ORANGE-CRAB