Altera_Forum
Honored Contributor
15 years agoVIP Frame buffer & HPC II ddr2 problem
I've been building up a VIP video system in SOPC builder with QII ver10.1. I am having a problem getting the external ddr2 to run. I have checked all the normal hardware types of things... (power, clocks, resets, etc...) and it seems fine. The fpga is working as I have been able to talk to the various modules via their AvMM control ports. I have also been able to use the Test pattern generator and the ITC to generate color bars on my monitor...
The problem is when I put the frame buffer in with the pipeline bridge and HPCII ddr2 memory controller. It looks as if the external parts go through initialization but after that the only signals that I see are the clocks. I've looked at the top level signals available to me on the SOPC top level module and see the two resets (global_reset_n_to_the_altmemddr_0 and reset_n)... I was thinking that I should drive the global_reset_n_to_the_altmemddr_0 first then use the corresponding reset_phy_clk_n_from_the_altmemddr_1 signal with some of my logic to generate the reset_n signal ... I've used the HPC controller in my own IP before and always use the reset_request_n to generate the other resets on in the system. This would ensure that I didn't generate any read_reqs or write_reqs before the memory PLL was locked.... but the documentation says that the two reset inputs should be tied together so I'm not sure if this has any bearing on my problem... Anyway, I'm not getting the system setup correctly it seems and could use some help. I've been using the UDX2.1 Video IP Training Lab material as a guide to set this up, but I missing something.... Any guidance would be greatly appreciated thank you, david coburn