top | item 37968690

(no title)

placesalt | 2 years ago

Related, any recommendations on low-cost ways to start playing around with FPGAs? Boards, chips, projects?

discuss

order

ooterness|2 years ago

Diligent makes several boards for the educational market, prices in the sub-$200 range. (And the devices are small enough they can be used with the no-cost version of the AMD/Xilinx toolchain.)

https://digilent.com/shop/fpga-boards/development-boards/int...

For online courses, I've heard good things about Nand2Tetris but have not tried it myself.

https://www.nand2tetris.org/

arein2|2 years ago

I looked at nand2tetris a while ago briefly and I have the impression that it focuses too much on making complex circuits.

The target audience for nand2tetris are people that want to understand how the CPU works, and nand2tetris focuses too much on how to make logic using nand gates leaving other areas uncovered.

I recommend the Ben Eater youtube chamnel, he has a series of videos about building an 8bit computer, that in my opinion is much more informative for a curious person.

dyselon|2 years ago

There's a ton of of dev boards out there, but I would say to be sure to get something with hardware buttons and LEDs, as it really helps with some of the Hello World level of things, and many of the cheapest options won't have those.

I started messing with FPGAs with the DE0-Nano, but eventually got so frustrated with the tiny buttons that I upgraded to a DE0-CV, which I really enjoyed my time with. It has some 7 segment LEDs, physical switches, and buttons, and it also has a VGA port, PS/2 port, and Micro SD card slot, so you can build a pretty snazzy little PC if you want to.

Calloutman|2 years ago

Altera MAX 10 evaluation board is probably one of the cheapest options. You use quartus prime lite to configure it which is free, and better than the equivalent Lattice tools.

ge96|2 years ago

orange crab another option