Linked by Thom Holwerda on Thu 23rd Apr 2009 08:15 UTC, submitted by theosib
Thread beginning with comment 360061
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Comment by abstraction
by cb88 on Thu 23rd Apr 2009 13:02
in reply to "RE: Comment by abstraction"
No it doesn't have a general purpose CPU it has a FPGA which can be used to make a CPU or in this case a GPU
If you check the materials list you will see it actually has two FPGAs
http://spreadsheets.google.com/pub?key=ps980ejSIf-3DeoBkURvDZQ
A Xilinx and a Lattice
Edited 2009-04-23 13:08 UTC





Member since:
2006-02-15
There is something I really do not understand. If they build a graphic chip with an FPGA. Why do they need to emulate VGA? Doesnt the chip produce VGA by itself?
No, the chip on the OGD1 is a general purpose CPU. You can program it to do anything you wish, even run a freaking web server if you wish. It just happens to be also capable of doing graphical output, but it has to be programmed to do that first. This would be easy if they could just implement their own calls for setting video mode and all such and implement their own driver for it. But VGA emulation is a completely different beast; you are emulating a whole different card.