Forum Discussion
VIP Suit Switch II Ready Signal
By the way, to ease the debugging, probably you can use two TPG with different video patterns since there is no valid video input to the CVI.
- JLee256 years ago
Contributor
Hi CP,
Here's the configuration and steps,
- Set CVO to "GO" and clear underflow.
- Set CVI to "GO"
- Config PTG as 1080p then "GO"
- Config Switch, input source from PTG. din_0 and din_1 as consume mode
- Write Switch address 0 to 0, stop the switch.
- Keep reading Switch Status till it's 0.
- Set Swithc to Go.
Here's the result,
Download Nios and repeat above procedures,
At Step 6, Nios kept reporting Status as 1. And not response to any configuration.
Captured Signals like below,
And thanks for the suggestion,
I am working on a new VIP, with 2 switches and 2 PTGs.
CVI and PTG_0 go to Switch_0. Switch_0 out to frame buffer.
FB and PTG_1 go to Switch_1. Output of Switch_1 to CVO.
PTGs are of different pattern.
BRs,
Johnson
- JLee256 years ago
Contributor
Hi CheePin,
The new configuration shown similar problem, when I catch signals like below.
Firmware always returns Status as 1, updating to Switch is not applicable.
dout_0_ready came from frame buffer, it switched to low when switch is "GO".
Any comments?
Regards.
Johnson
- JLee256 years ago
Contributor
Hi Chee Pin,
I think the problem is the memory controller.
I find the frame buffer ready signal was gone after "GO" for a short period.
Then I get the memory signal and noticed that the local_cal_fail raised.
This explains why the frame buffer will turn to not ready when switch is "GO".
Any suggestion on how could I debug this?
Please comment.
Thank you!
BRs,
Johnson