mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
Move DRAM to 0x40000000 (align with Kerbin)
This commit is contained in:
parent
3aca3794df
commit
db28403677
4 changed files with 4 additions and 4 deletions
|
@ -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
2
tb
|
@ -1 +1 @@
|
|||
Subproject commit abb8fbfb8f9048246e539a1b1557bcfc1834380d
|
||||
Subproject commit e6e142e7593c4387c7f06c919980f86a8cd8e7e5
|
Loading…
Add table
Add a link
Reference in a new issue