Page 1 of 1

load/store inside grid, outside of scratchpad

PostPosted: Tue Mar 22, 2016 2:32 am
by dobkeratops
just curious, what currently happens with a load/store instruction addressed within an e-cores region within the grid, but outside of the physical scratchpad (i.e in the area reserved for future scratchpad growth)

Re: load/store inside grid, outside of scratchpad

PostPosted: Wed Mar 23, 2016 9:36 pm
by jar
You should boot up your board and try :D

It's garbage, though. Don't do it.

And reading beyond 0x100000 (1 MB) may lock up cores since it's no longer a local address and probably not addressable (depending on the address). If the address is mapped to another core, then you'll get the memory at that location.