Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHOW to convert serial RGB to parallel .i am using the ip\LCD_Panel_TPO_TD043MTEA1
HOW to convert serial RGB to parallel ,i want to convert the cyclone III neek MP3 example to my DE2-70 board ,but i found that the IP‘s RGB output was not the parallel,how to con...
Altera_Forum
Honored Contributor
16 years agoyou can write an external module to do this.
But I recommend you replacing the video_sync_generator with the clocked_video_output component whose data out can be configured as parallel. clocked_video_output use a conduit end port for Video clock input, in sopc builder it's clock can be the same as sgdma, and it has a data fifo within it, so you don't need a dual clock fifo on the streaming line.