vga simulator

Topics relating to PALs, CPLDs, FPGAs, and other PLDs used for the support or creation of 65-family processors, both hardware and HDL.
Post Reply
mstram
Posts: 39
Joined: 26 Dec 2009

vga simulator

Post by mstram »

Interesting, a couple of VGA simulators, both read an input file with the VGA signals, then render
the output.

Both using simple text files

One is windows based : (but source is there to compile for linux)

http://vgasim.sourceforge.net/index.php ... :welvgasim

One is web based : (no source)
http://ericeastwood.com/blog/8/vga-simu ... ng-started

I found a couple of example VGA projects: that I'm going to try to modify to generate the input file.

http://www.fpga4fun.com/PongGame.html
http://pumpingstationone.org/2013/04/nerp-fpgaok/
mstram
Posts: 39
Joined: 26 Dec 2009

Re: vga simulator

Post by mstram »

Well my first attempt to get some output (an 80 x 10 pixel bar at line 10) has failed so far.

I haven't bothered with any HDL yet, just trying to calculate and manually create an input text file ;)

So I just grabbed the source, as I'm not sure if it's my calcs or the program / input file that are off.

Too bad he didn't supply an example input file.
Post Reply