Altera_Forum
Honored Contributor
17 years agoDDR2 Controller for Cyclone II
Hi,
I'm trying to implement a DDR2 Controller on my DE2 Board. For this I used the MegaFunction Wizard and inserted a DDR2 Controller MegaFunction. The example driver created with this simply writes to the memory, then reads it, and reports if it did this correct or not [correct me if I am wrong]. I deleted the example driver - aiming to replace it with my own driver. When I delete the driver and compile the code - I get an error that the ddr_dqs[0] pin does not feed a clock delay control block - so quartus cannot fit the design on the device. ddr_dqs is not a part of example driver, but is an IO of the DDR2 controller (which I have left unchanged). Why then, does this happen? Is it that some file associated with the example driver is not being included? I am clueless.