From be7bdc08cd57a92f9093accb356782a5a9612c15 Mon Sep 17 00:00:00 2001 From: William Wang Date: Sat, 14 May 2022 18:52:41 +0800 Subject: [PATCH] tests,dma: update southlake fake dma addr --- tests/amtest/src/tests/dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/amtest/src/tests/dma.c b/tests/amtest/src/tests/dma.c index 3d30f259..23225767 100644 --- a/tests/amtest/src/tests/dma.c +++ b/tests/amtest/src/tests/dma.c @@ -24,8 +24,8 @@ typedef struct { } dma_mshr; // CHANGE this according to the memory map -volatile dma_mshr *mshr = (volatile dma_mshr *)0x1f10070000UL; -volatile uint64_t *mshr_valid = (volatile uint64_t *)0x1f10072000UL; +volatile dma_mshr *mshr = (volatile dma_mshr *)0x1f00070000UL; +volatile uint64_t *mshr_valid = (volatile uint64_t *)0x1f00072000UL; // 4GB - 6GB volatile uint8_t *memory = (volatile uint8_t *)0x2100000000UL;