From f6f3965b00bc2a98b62c13e196d0a7c0a8a37d5b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 11 Feb 2022 13:11:46 +0000 Subject: [PATCH] re-enable hello_world for ulx3s --- Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 672ca9f..c950b76 100644 --- 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 -- 2.30.2