Hi,
I am currently trying to access the 256MB of off-chip memory (DDR) on the arty-35T.
I first started to play with the available configurations (i.e., TinyConfig in rocket-chip/src/main/scala/system/Configs.scala) by adding WithIncoherentTile() and WithDefaultMemPort() but all attempts failed.
Thereafter, I quickly realized that, unlike the VCU707, there is no AXI connection between the cores and the Arty-35T DDR controller (src/main/scala/everywhere/e300artydevkit/FPGAChip.scala).
My questions are:
- Is it really the case that the DDR controller is not mapped and thus cannot be accessed?
- Can it be mapped/accessed ? If yes, is there any known FPGA-shell (or satellite project) mapping it ?