My wafer.space FABulous FPGA is alive! 👏

This chip was part of wafer.space Run 1 (https://github.com/wafer-space/ws-run1), which taped out at the end of last year.

The video below shows the FPGA starting up and pulsing the two onboard RGB LEDs.
If the video doesn't play, you can also view it on PeerTube: https://makertube.net/w/fBWTsw5hSzG7AaeEb9tMCn

#FPGA #OpenSource #ASIC

It is built using the FABulous (e)FPGA framework and the wafer.space LibreLane template. Everything is 100% open source, down to the silicon. You can find the repository with all the sources here: https://github.com/mole99/gf180mcu-fabulous-fpga

At around 500 LUTs, it's at the lower end of FPGAs. Still, it's capable of a lot, considering that it has 48 I/Os, SRAMs, DSPs, and register files.

GitHub - mole99/gf180mcu-fabulous-fpga

Contribute to mole99/gf180mcu-fabulous-fpga development by creating an account on GitHub.

GitHub
I'm already working on an improved version for wafer.space Run 2 that uses new, community-designed IP blocks.
Submissions for Run 2 are currently open: https://www.crowdsupply.com/wafer-space/gf180mcu-run-2
If you're looking to submit something to the shuttle, no worries if you don't make it in time. You can follow https://wafer.space/ for updates on Run 3.
wafer.space GF180MCU Run 2

Fabricate 1,000 chips of your own design

Crowd Supply

I'm giving a presentation at FSiC (@fsi) in July. Come along if you'd like to see a live demo!

https://wiki.f-si.org/index.php/FSiC2026

FSiC2026

Free Silicon Conference 2026 (FSiC2026) - free and open-source EDA and free and open-source silicon, 6-8 July 2026, University of Ljubljana, Slovenia

F-Si wiki

@mole99 Congrats ! Awesome to see !

Does it use the 3v3 SRAM or 5V ones ?

@tnt Thanks!

It uses the 5V SRAMs, though the new version with the 3.3V ones has four times the SRAM density.

@mole99 what was AI used for in this project?

I see repo contains mixed Claude commits in several sections.

@echedellelr Personally, I don't use AI at all.

The repository of the chip does not contain any Claude commits: https://github.com/mole99/gf180mcu-fabulous-fpga

What you are referring to is the shuttle repository. It does include Claude commits because Tim uses Claude: https://github.com/wafer-space/ws-run1/commits/main/

GitHub - mole99/gf180mcu-fabulous-fpga

Contribute to mole99/gf180mcu-fabulous-fpga development by creating an account on GitHub.

GitHub

@mole99 thx for the clarification.

I asked because I usually jump in the moment I see a single AI commit regardless where it was used, as I cannot differentiate it from other code unless I check manually other examples of code of the same person.

@echedellelr You're welcome!

I usually lose interest the moment I see any AI involvement, too. However, as we can see, it's good to take a closer look.