Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow can I use Altera's HP DDR controller for fast 8x64 read?
Hi, A newbee's question. Needs suggestion and confirmation. I have an application in SOPC. There are 2-3 masters that need to access a DDR SRAM. The data width for all masters are 64bit...
Altera_Forum
Honored Contributor
16 years agoYou can configure your masters to do bursts of 8. SoPC builder will automatically add burst adapters between your masters and the DDR controller (which only does a burst of 2). If that doesn't take care of it, you could add a single pipeline bridge between all the masters and the DDR controller. This may improve performance at the expense of higher latency.
Jake