You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
While trying to access a memory like 'f0000000' in the setup for atomics, I am seeing Exceptions being taken from sail model.
Seeing exceptions like these-
within_phys_mem: 0xF0000000 not within phys-mem:
plat_rom_base: 0x00001000
plat_rom_size: 0x00001000
plat_ram_base: 0x80000000
plat_ram_size: 0x04000000
trapping from M to M to handle store/amo-access-fault
handling exc#0x07 at priv M with tval 0xF0000000
CSR mstatus <- 0x00001800
How can I access this memory region?
The text was updated successfully, but these errors were encountered:
animesh211
changed the title
How to increase sail's physical memory.
How to access sail's memory.
Nov 7, 2023
Hi.
While trying to access a memory like 'f0000000' in the setup for atomics, I am seeing Exceptions being taken from sail model.
Seeing exceptions like these-
within_phys_mem: 0xF0000000 not within phys-mem:
plat_rom_base: 0x00001000
plat_rom_size: 0x00001000
plat_ram_base: 0x80000000
plat_ram_size: 0x04000000
trapping from M to M to handle store/amo-access-fault
handling exc#0x07 at priv M with tval 0xF0000000
CSR mstatus <- 0x00001800
How can I access this memory region?
The text was updated successfully, but these errors were encountered: