To view parent comment, click here.
To read all comments associated with this story, please click here.
Sorry, wrong again, you were on the right track the first time. ;-)
Here's my understanding of their situation: The Open Graphics project wants to build a graphics card, but the fabrication is insanely expensive. They built a flexible board that, from the spec's, can do graphics. (See also, "late binding" in the context of computer programming languages.)
The financial reasoning is that they can sell these boards to any tinkerer, student, or even a professional hardware engineer. Not to ignore video performance that's now merely acceptable, it's so much more than a video card that they will cover their costs when (I hope) people soak them up as fast as they're made. We need more stuff like this for hobbyists to disrupt the market.




Member since:
2005-12-31
FPGA = field programmable gate array. A special kind of chip that can be programmed. However, unlike a CPU, you don't program a sequence of instructions, but rather a set of parallel interconnected data processing units that compute boolean logic functions. The programming model is very much like designing a custom chip, so programming these things is very much considered "hardware design" - and in fact, an FPGA configuration (i.e. the "software for it) can be turned into a real chip with a fair amount of work.