tests,dma: update southlake fake dma addr

This commit is contained in:
William Wang 2022-05-14 18:52:41 +08:00
parent fdd541a618
commit be7bdc08cd
1 changed files with 2 additions and 2 deletions

View File

@ -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;