Skip to content
mrm2m edited this page Jan 21, 2016 · 6 revisions

Digital designs for FPGAs, with free open source tools

Description

Tutorial of synthesizable digital systems design, using ONLY free and open source tools. Hardware description using Verilog.

TODO

Why libre?
Por donde íbamos? --> Retomar artículos sobre el tema
--> convirtiendo hw en sw
--> Hispalinux
--> JCRA barcelona

Repo

Verilog code repo

Author

Juan González Gómez (Obijuan)

Licence

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

Credits

Special thanks

  • This tutorial wouldn't be possible without the astounding free tools, result of the iCEStorm and Arachne-pnr projects, by Clifford Wolf, Mathias Lasser and Cotton Seed. They represent a bit step for humankind technologic heritage. Thank you!

  • To BQ, for financing the material used in this tutorial. I'm truly privileged for being able to work in a company that encourages the maker spirit, and support research and experimentation initiatives with free technologies. Thank you!

  • To Jesús Arroyo, for actually going buying the iCEStick boards and begin the making of Debian/Ubuntu packages for the IceStorm and Arachne-pnr projects' tools. Thank you!

  • To David Sánchez Falero, for teaching me how to highlight verilog code in github's markdown. :-) This made the code way more readable! Thank you!

  • To Carlos García Saura, for IceStorm installation instructions in Fedora. Thank you!

FAQs

  • What's the difference between an FPGA and an Arduino?
    Arduino boards have a microcontroller, that we program. With an FPGA is not the same, you don't actually PROGRAM them, you configure them to implement ACTUAL HARDWARE on them. Is a tool for digital circuit design.

  • What does and FPGA that an Arduino won't?
    A lot of applicatons can be made out of software (programming) or hardware. A counter, for example. The difference is that when you do it with pure hardware, they work way faster. Plus, hardware can be just "cloned" inside the board, and work in parallel. Having things happening simultaneously by softare is not a trivial thing.

  • Why Verilog and not VHDL?
    Verilog is the language supported by the IceStorm project for now. It is a free project, so the community will eventally add VHDL support. By today (sep-2015), Verilog is required to use free tools and FPGAs.

Clone this wiki locally