BrianSune_Froum
Contributor
3 months agoCyclone V HPS bus - FPGA-to-SDRAM
Dear Intel, and all,
Brian here and there is a very puzzling documenting on:
https://www.intel.com/content/www/us/en/docs/programmable/683360/18-0/fpga-to-hps-sdram-access.html
Based on the 256 bit and # of allowed master to interact with the controller.
Why 256bit support 4 but 32bit only 1 at the same time?
Meanwhile, on the qsys design the behavior is completely reversed.
To achieve the maximum throughput I assume the 256bit is formed by the DDR3 quad DDR 32bit = 4*2*32 = 256.
Then the data either used band or page hit method to burst out.
So the 256 can split into 4x64 2x128 or 1x256 W/R calls.
Please FAE or internal staff confirm the above info is wrongly labeled?