Altera_Forum
Honored Contributor
13 years agoVIP Frame Buffer Locks
Periodically, especially immediately following a Reset to my VIP system, one or the other of the 2 independent frame-buffers hangs up. I have SignalTap on the DoutValid and DoutReady signals throughout the QSys system. When I see the issue occurring (characterized by no video output to monitor) this shows that the doutready signal driving back into the framebuffer is always high, but the doutvalid from the framebuffer never toggles. My only option here is to reset the whole system. Normally, this solves the issue, but it is not a viable workaround.
Do you have any thoughts on what I could be doing wrong and how to resolve this? My system includes no Ctrl Syncs. Might the solution to this issue involve the use of Ctrl Syncs? I guess my understanding about where/when to place a Ctrl Sync into my system is a little confusing to me. Could incorrect reset connectivity cause a problem? How should I be debugging it? Thanks