Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Plotting a graph on a VGA monitor with data from the fpga

Status
Not open for further replies.

dantem

Technical User
Apr 4, 2010
1
0
0
ZA
Hi, im new to vhdl and i need to display data(real time/continuous) in a form of a plot/graph. i dont really know how to display stuff on the vga but atleast i can manipulate the colours, draw block, grid, etc. i just dont know how exactly do i have to go about implementing this.

This is how the code should work...
1. i read an analog value, then convert it to digital 8 bit word (this part i think is sorted).
2. then the 8 bit word is read by the fpga, maybe converting it to an integer.
3. display integer values on the vga screen vs time (in intervals of 1s).

Im confused, pls help me guys.

im using cyclone II DE1 board. example codes will be highly appreciated

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top