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
{{ message }}
This repository was archived by the owner on Mar 2, 2021. It is now read-only.
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 ?
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.,
TinyConfiginrocket-chip/src/main/scala/system/Configs.scala) by addingWithIncoherentTile()andWithDefaultMemPort()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: