Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
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 (24×7) 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.
@ucgee how about if you try considering HBM memory, it might suffice
Hey man @ucgee 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
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 @marveeamasi
Let me try out HNM.
Ok @destynin Thanks for your recommendation 👍
CONTRIBUTE TO THIS THREAD