Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

VGA, SRAM Controller

Status
Not open for further replies.

Legato

Newbie level 1
Joined
Dec 31, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
Hi everyone, I am new using FPGA´s, I am currently using an ED2 board From Terasic/Altera. I Have made two modules in VHDL, an VGA con
troller to generate the sync signal and address, and a SRAM Controller. I have a image raw data in gray scale, sequentially stored in SRAM, When I try to display that image on a LCD monitor, the images moves from left to right, and from top to bottom, also appears black shades in the screen. If anyon have an a idea about my problem, I would be grateful.

Legato.
 

Is the left to right occurring as a line by line shift or a complete shift of the display over all lines? In the first case you're probably not sending all the bits for the entire line out and are therefore sending the last bits out for the previous line out on the next line. This would cause both left-to-right top-to-bottom scrolling. So check to make sure your sync generation logic is correctly sending out the syncs at the right intervals.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top