Forum Discussion
Altera_Forum
Honored Contributor
10 years agoTest Pattern Generator -> Clocked Video Output with Altera NEEK
I have an Altera FPGA NEEK and I want to use the following VIP cores setup: CVI(Clocked Video Input) -> SCL(Scaler) -> FB(Frame Buffer) -> CVO(Clocked Video Output). This gives me a screen with ve...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Found the solution. Thanks for your help ted Altera Guru! TPG->TimingAdapter->VideoSyncGenerator works, but the screen keeps blinking. Fixed this by using the VIP core ClockedVideoOutput: TPG->CVO and then set the lcd_video_interface values in Verilog .v. Now I have color bars on my Altera NEEK's screen! --- Quote End --- What filename or values did you use?