Altera_Forum
Honored Contributor
16 years agolocal_size in DDR2
Hi,
I can pulse data through the DDR2 (native) controller, but I wonder if I can do burst reads and writes. While looking at the diagram on the DDR and DDR2 Compiler User Guide, I see in the diagram on Pg 26 (3-13) that they can request writes of sizes 1,2 and 4. I understand that for the DDR2 I can request bursts of atmost size 2. So for this I should set local_size to 2 in the DDR2 driver. * local_size is a 1 bit bus. So how can I set it to size 2? * Maybe the answer is: Set to 1: local_size = 1 Set to 0: local_size = 2 (Or the other way around) * I tried doing above, but wdata_req stays high only for 1 clock cycle Any pointers? :( ~FPGAkitty~