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 port in spartan 6 "sp601"

Status
Not open for further replies.

naira

Newbie level 3
Newbie level 3
Joined
Jul 13, 2012
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,305
Hello everybody...
I have an FPGA spartan 6 (sp 601) , also I need to connect it to the monitor but there is no VGA port in the board , So is there any solution for this??
also i found an mini usb_to_vga cable but what is the output to the mini usb will be ? if the vga signals are(R,G,B,vs and hs) ...

thanks in advance

 

Hi;
For VGA, if you don't need true color, then use 3 gpio as RGB lines. So that logic high on any line result a full R/G/B color.
ie GPIO[2, 1, 0] = [R, G, B] then
000 black
100 red
010 green
001 blue
101 magenta
...
111 white
But keep in mind that RGB levels are maximum 0.7V. So you need a simple resistor divider cct to adjust voltage value. You can connect VGA connector from IO expension port of dev board.
And of course H/V sync...

Hope helps
Goodluck
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top