tags:

views:

181

answers:

6

Hi! I'm looking for a FPGA + machine.

It should be entry level pricing (e.g no more than $200).

EDIT: I want to make an ASM chart and program the FPGA to act like I specified in the chart

+2  A: 

Have you looked at the Arduino?

Oded
Which is an AVR. There is no Arduino processor :-/
Yann Ramin
@theatrus - it has a microcontroller on board.
Oded
where can i find a FPGA for the Arduino board?
@~konman - You may find some info here: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1239761480/9
Oded
+2  A: 

What about this one? IGEPv2 Board

It runs very smooth. We have web server running on it and it's about the size of a credit card.

There is another similar project: http://beagleboard.org/, which is an open-source hardware and costs about the same as IGEP.

Igor Pavelek
The Machine cycles of the ARM Cortex-A8 can not be altered (at least not with software) which is used in the Beagle.
+2  A: 

I would try the NEXYS for an FPGA.

To everyone else: the Aruino isn't an FPGA. It's a hardware specification/programming framework that uses the atmega microcontroller line.

FryGuy
+1  A: 

Atmel sells a device with a 5-20k gate FPGA integrated with an 8bit AVR core.

http://www.atmel.com/products/fpslic/

Also, for everyone recommending microcontrollers like the Arduino platform and BASIC stamp: They are not FPGAs.

Jotux
Sadly, the FPSLIC doesn't include synthesis software. The starter kit only includes that for six months. I'd lean towards Xilinx for that reason, but the competition are beginning to offer tools - if you can get them working.
Yann Vernier
A: 

You can also try NEXYS 2 (its the successor of the NEXYS board). It do have more RAM and some more Gadgets :)

The documentation(of the FPGA from Xilinx) is just great and big and there are some example-projects out there for this board.

Quonux
A: 

I would consider somewhat of a blend here. Gadget factory offer the Papilio One, which is an FPGA development board with an Arduino microcontroller as the first example. You can then choose to blend the two as you wish. The downsides are that it has less ready-made peripherals, such as ADCs, buttons, or LEDs, and that the low voltage circuitry cannot withstand 5V. There's a bunch of (more expensive) addons to fix that, though.

I'm not sure what you mean by an ASM chart, but there are schematic and flowchart programming tools around, for instance in Webpack or Great Cow Graphical Basic.

Yann Vernier