Hacker News new | ask | show | jobs
by vanjoe 3249 days ago
How do you manage cached and uncached memory accesses? There has been some discussion lately on the mailing lists about this
1 comments

Cached an uncached memory access are currently staticaly specified by range :

https://github.com/SpinalHDL/VexRiscv/blob/master/src/main/s...

From 0xF000000 to 0xFFFFFFFF access will be uncached.