Move DRAM to 0x40000000 (align with Kerbin)

This commit is contained in:
Florian Zaruba 2017-12-17 18:00:46 +01:00
parent 3aca3794df
commit db28403677
No known key found for this signature in database
GPG key ID: E742FFE8EC38A792
4 changed files with 4 additions and 4 deletions

View file

@ -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=$@ $<

@ -1 +1 @@
Subproject commit d4c936b8c33b4d3ac98778753f9e938822d1e429
Subproject commit b253ea66b0f4e30f6ee7abf21a9f082e79224ade

@ -1 +1 @@
Subproject commit 9943592b71184bd69f8123397f6f175fb1257870
Subproject commit f32ccd65cab47a024a83fee8f414390e40051677

2
tb

@ -1 +1 @@
Subproject commit abb8fbfb8f9048246e539a1b1557bcfc1834380d
Subproject commit e6e142e7593c4387c7f06c919980f86a8cd8e7e5