Solved
Forum Discussion
sstrell
Super Contributor
4 years agoAs the error states, your placement selections are preventing the placement of a DLL for the memory interface.
When placing the pins in the Pin Planner, did you enable the DQ/DQS view to see the valid locations to place the DQ/DQS pins? Did you run the .tcl script that is created when you generate the IP (I think it's called pin_assignments.tcl)?
Ryan-SEU
New Contributor
4 years agoHi sstrell,
Thank you for your reply!
I have solved this problem. The reason is that the PLL reference clock used for the first time cannot be routed to the bank where the DDR3 is located, so quartus prompts me with the above error message. When I changed another reference clock, the problem went away.
Ryan-SEU