From db28403677ab1a656d75afa9b537ac12889b4cf2 Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Sun, 17 Dec 2017 18:00:46 +0100 Subject: [PATCH] Move DRAM to 0x40000000 (align with Kerbin) --- failedtests/Makefile | 2 +- riscv-tests | 2 +- riscv-torture | 2 +- tb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/failedtests/Makefile b/failedtests/Makefile index b01637228..b6af732e7 100644 --- a/failedtests/Makefile +++ b/failedtests/Makefile @@ -43,7 +43,7 @@ $(asm_tests_bin): %: %.S $(extra_files) $(RISCV_GCC) $(RISCV_GCC_OPTS) -I../riscv-torture/env/p -T../riscv-torture/env/p/link.ld $< -o $@ $(asm_tests_hex): %.hex: % $(extra_files) - elf2hex 8 16384 $< 2147483648 > $@ + elf2hex 8 16384 $< 1073741824 > $@ $(asm_tests_sig): %.sig: % $(RISCV_SIM) +signature=$@ $< diff --git a/riscv-tests b/riscv-tests index d4c936b8c..b253ea66b 160000 --- a/riscv-tests +++ b/riscv-tests @@ -1 +1 @@ -Subproject commit d4c936b8c33b4d3ac98778753f9e938822d1e429 +Subproject commit b253ea66b0f4e30f6ee7abf21a9f082e79224ade diff --git a/riscv-torture b/riscv-torture index 9943592b7..f32ccd65c 160000 --- a/riscv-torture +++ b/riscv-torture @@ -1 +1 @@ -Subproject commit 9943592b71184bd69f8123397f6f175fb1257870 +Subproject commit f32ccd65cab47a024a83fee8f414390e40051677 diff --git a/tb b/tb index abb8fbfb8..e6e142e75 160000 --- a/tb +++ b/tb @@ -1 +1 @@ -Subproject commit abb8fbfb8f9048246e539a1b1557bcfc1834380d +Subproject commit e6e142e7593c4387c7f06c919980f86a8cd8e7e5