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 has been 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 ?
The text was updated successfully, but these errors were encountered:
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
inrocket-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:
The text was updated successfully, but these errors were encountered: