Are There High-Capacity DRAM Modules for FPGAs That Don’t Use CXL Protocols?
Hi Devs,
I'm working on a project requiring a large amount of DRAM (similar to SSD capacity) for a single, high-end FPGA. Ideally, I need constant read/write access (24x7) at around 10GB/s bandwidth (split between 5GB/s reads and 5GB/s writes). While RAID isn't a major concern, the sheer volume of data makes standard DDR4 impractical due to limited capacity per module and high pin count requirements. CXL modules seem like a good fit for capacity, but my FPGA doesn't support CXL.
My question is: are there any commercially available DRAM modules that offer high capacity like CXL memory or SSDs, but utilize transceivers for interfacing with the FPGA instead of relying on CXL protocols?
Any suggestions or insights into alternative memory solutions that could meet these requirements would be greatly appreciated.
Solution:Jump to solution
You can workaround with HBM cus it has stacked DRAM layers on top of the FPGA, impressive bandwidth and capacity It might not be as spacious as CXL yeah, but it could get you closer to your target
Or use multiple DDR4 modules...
6 Replies
@UC GEE how about if you try considering HBM memory, it might suffice
Hey man @UC GEE that's a pretty hefty memory setup you're aiming for with your FPGA. Standard DDR4 definitely wouldn't cut it.
I don't think there are commercially available modules that specifically combine CXL like capacity with FPGA friendly transceivers yet tho
Solution
You can workaround with HBM cus it has stacked DRAM layers on top of the FPGA, impressive bandwidth and capacity It might not be as spacious as CXL yeah, but it could get you closer to your target
Or use multiple DDR4 modules
Ohhh... thanks @Marvee Amasi
Let me try out HNM.
Ok @Dtynin Thanks for your recommendation 👍