Close
0%
0%

Gelatino UNO

Arduino meets Verilog and FPGA

Public Chat
Similar projects worth following
This project is meant to be a low-cost FPGA development board, targeting education (Verilog and FPGA) and hobbist users and employing exclusively open-source software and hardware.

It is based on the iCE40LP384 FPGA from Lattice Semiconductor, embedded together with a ATMega328 Arduino-like hardware. Both MCU and FPGA can work together in the Arduino compatible board, and shall be programmed using the traditional Arduino IDE, with extensions. FPGA programming is carried out by the ATMega MCU itself, with an extension of the Arduino standard bootloader -- transfering data to the Flash serial memory, that is shared by both devices.

All hardware is being developed with KiCAD and is published as open-source (GPL).

This project is meant to be a low-cost FPGA development board, targeting education (Verilog and FPGA) and hobbist users and employing exclusively open-source software and hardware.

It is based on the iCE40LP384 FPGA from Lattice Semiconductor, embedded together with a ATMega328 Arduino-like hardware. Both MCU and FPGA can work together in the Arduino compatible board, and shall be programmed using the traditional Arduino IDE, with extensions. FPGA programming is carried out by the ATMega MCU itself, with an extension of the Arduino standard bootloader -- transfering data to the Flash serial memory, that is shared by both devices.

All hardware is being developed with KiCAD and is published as open-source (GPL).

The main ideas of the project are:

  • Low-lost -- use the cheapest possible components
  • Relative simplicity of production, even hand-made -- avoid smaller IC packages (like BGA)
  • Open-source software only: Arduino environment (avr-gcc, avrdude, ...) and icestorm framework (yosys, icestorm, nextpnr, ...)

Everyone interested in joining this project is welcome!

  • Many thanks to FPGA WARS, for most of electronic design was inspired from -- mainly the board Alhambra II -- and the amazing projects Yosys and IceStorm.


View project log

Enjoy this project?

Share

Discussions

sxpert wrote 04/19/2022 at 17:40 point

hi,

I am looking at using a similar setup (just the fpga part) to replace 74x181 chips that are getting hard to find.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates