Obijuan:Notas sobre FPGAs libres
De WikiRobotics
- Post en hackaday: http://hackaday.com/2015/07/03/hackaday-prize-entry-they-make-fpgas-that-small/
- DIPSY: Fpga en un dip8: https://hackaday.io/project/6592-dipsy
- iCE40: FPGA muy pequeña, de Lattice
- Hackaday post: Opensource toolchaing para FPGAs
- https://github.com/cseed/arachne-pnr
- icestorm
- http://www.latticesemi.com/icestick
- http://www.clifford.at/yosys/: Sintetizador para FPGA libre!!!!! al fin!!!!! Para Verilog
- Para conseguirlo, no tuvieron más remedio que hacer ingeniería inversa del bitstream: http://hackaday.com/2015/03/29/reverse-engineering-lattices-ice40-fpga-bitstream/
- Vídeos:
- Documentación:
- tutorial de Verilog (PDF)
- Ejemplo completo de iverilog en linux:
- http://iverilog.wikia.com/wiki/GTKWAVE (Instalar iverilog y gtkwave)
- Otro post en hackaday: CPU libre sobre lattice FPGA
Verilog
- http://hackaday.com/2015/07/21/learn-fpgas-in-your-browser/. Hackaday: simulando verilog en el navegador
- http://www.edaplayground.com/. Simulador web de verilog
- http://verilog.comuf.com/docs.html: Listado de tutoriales de Verilog
CPUs
Log
- 10/Agosto/2015: icestick
- 31/Julio/2015: He instalado todo el tool-chain de la web de icestorm en un ubuntu 15.04. ¡Funciona!. Todos los ejemplos están en este github