From: Tobias Platen Date: Wed, 13 Apr 2022 17:28:42 +0000 (+0200) Subject: begin working on linux verilator simulation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=refs%2Fheads%2Ftplaten_3d_game;p=microwatt.git begin working on linux verilator simulation --- diff --git a/Makefile b/Makefile index b99adf0..dd546e8 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ $(soc_dram_tbs): %: $(soc_dram_files) $(soc_dram_sim_files) $(soc_dram_sim_obj_f endif # Hello world - working using libre-soc core -MEMORY_SIZE ?=8192 +#MEMORY_SIZE ?=8192 RAM_INIT_FILE ?=hello_world/hello_world.hex # Micropython @@ -155,11 +155,11 @@ RAM_INIT_FILE ?=hello_world/hello_world.hex #RAM_INIT_FILE=micropython/firmware.hex # Linux -#MEMORY_SIZE=536870912 +MEMORY_SIZE=536870912 #RAM_INIT_FILE=dtbImage.microwatt.hex -#SIM_MAIN_BRAM=false -#SIM_BRAM_CHAINBOOT=6291456 # 0x600000 -#SIM_MAIN_BRAM=false +SIM_MAIN_BRAM=false +SIM_BRAM_CHAINBOOT=6291456 # 0x600000 + FPGA_TARGET ?= ORANGE-CRAB-0.21