Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSDRAM problems migrateing neek tutorial to 10.0
Hi, I have tried running SOPC builder on the neek_sopc_builder_hw_tutorial using the latest set of tools, quartus 10.1. I get the following error when I generate; Error: ddr_sdram: DDR and DDR2 ...
Altera_Forum
Honored Contributor
16 years agoI recommend doing this:
1) Change the memory controller to HP2 version 2) Change the memory device settings to a burst length of 8 (the modify parameters button) 3) Change the local burst length to 1, this is new in the HP2 controller The HP2 controller is able to take sequential accesses and turn them into a burst which is the reason for step# 3 above. If you didn't make that change then the memory local side (slave port) would support a burst length of 2 by default which would require bursting masters to access it efficiently. Using a local burst length of 1 and using an arbitration share of 2 or greater should give you the same throughput only without having to worry about burst adapters and whatnot.