From: Luke Kenneth Casson Leighton Date: Thu, 14 Apr 2022 15:26:48 +0000 (+0100) Subject: put fw_addr back to 0xff00_0000, xics.bin test passed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=682a21dbfdedb696388ce89e64719df284d223ff;p=ls2.git put fw_addr back to 0xff00_0000, xics.bin test passed --- diff --git a/Makefile b/Makefile index a60b7e8..bd3523d 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ endif # Hello world MEMORY_SIZE=8192 #RAM_INIT_FILE=hello_world/hello_world.bin +#RAM_INIT_FILE=../microwatt2/tests/xics/xics.bin RAM_INIT_FILE=coldboot/coldboot.bin SIM_MAIN_BRAM=false diff --git a/src/ls2.py b/src/ls2.py index 9899ec2..61be6fb 100644 --- a/src/ls2.py +++ b/src/ls2.py @@ -752,7 +752,7 @@ def build_platform(fpga, firmware): # select a firmware address fw_addr = None if firmware is not None: - fw_addr = 0x00000000 # firmware at HI address, now + fw_addr = 0xff00_0000 # firmware at HI address, now print ("fpga", fpga, "firmware", firmware)