Altera_Forum
Honored Contributor
13 years ago"VGA display" problem on DE2 board - Only 1 color on screen :(
Hi everyone,
My project is to display an image 640x480 (from SDRAM) on a monitor. I write the hardware by my own in Verilog. The structure of my design : SDRAM <-- DMA-50MHz ( Master read + slave control ) <---->50Mhz- asynchronous FIFO - 25Mhz <---> 16_to_30_converter (25Mhz). Beside that. there are also modules that create Hsync, Vsync, HBlank, etc... Everythings is ok except for one thing : - when i try to display the image, the monitor display only 1 color (maybe blue or red, just one color only). - Then I try to catch the output signal ( pixel color R,G,B and Hsyn,Vsyn,etc..) on SIGNAL TAP. everythings is ok. The VGA exports exactly the data saved in the SDRAM. I also have clock 25MHz for the output. Can somebody help to solve this problem and explain why ? Thanks very much :)