-
Notifications
You must be signed in to change notification settings - Fork 62
Enable the 2nd DRAM controller for ADKU3 and S121B cards #619
Copy link
Copy link
Open
Labels
Description
These cards have two separate DRAM channels. Therefore they need two MIG cores to drive the I/Os, otherwise the action can only access 1/2 of the available memory. In the past this effort had been prevented by the PSL DCP blocking DRAM I/Os.
There are two options to support DRAM on these cards (TBD):
a) Combine the two AXI buses with AXI interconnect.
=> No change to action wrapper, as the action still just sees one AXI with 2x the memory size
=> May be able to clock the merged AXI faster to get the max. bandwidth from the DRAM controllers.
b) Connect both MIG AXI buses to the action directly
=> ~2x bandwidth possible, the two DRAM controllers work independently.
=> Requires changing the action wrapper and all example actions!
Reactions are currently unavailable