mithro's comments

mithro | 5 months ago | on: Wafer.space – $7k USD for 1k custom chips

wafer.space has just opened our first pooled manufacturing run of GF180MCU with the purchase deadline of 28th Nov 2025.

Think of it like OHS Park for silicon!

You provide a 20mm2 design in the open source GF180MCU technology and you get back 1,000 parts. You can used an existing template or build something completely yourself with either open source or proprietary tooling (no required pad ring or management CPU).

mithro | 8 months ago | on: The era of full stack chip designers

Things like my https://wafer.space ($7k USD), TinyTapeout.com (<$200 USD) and ChipFoundry.io (~$15k USD) are making it much cheaper to do IC design.

There are a huge number of designs from Tiny Tapeout which are all public - see https://tinytapeout.com/runs/

The designs are still more in the MCU size, but you have to start somewhere!

The Google open MPW program also had 10 runs with 40 projects published at http://foss-eda-tools.googlesource.com/third_party/shuttle/ -- All the submissions had to be open source and there were 1000+ of those. I did try pitching to multiple Google Research groups that continuing the open MPW funding would grow the available designs which have been manufactured and that was useful for AI training but didn't get any bites.

The now defunct Efabless also ran a number of challenges in this space which got pretty good results, see https://efabless.com/challenges

mithro | 3 years ago | on: NiteFury – An Artix-7 FPGA with its own DDR3 RAM right in your laptop

I afraid I don't recall the status of DSP blocks in the open source toolchains for Xilinx hardware. Even if the basics are supported I'm sure there are plenty of DSP features that are not.

Many configurations of VexRISCV work fine without using the DSP blocks (and has been working for 2+ years), so not sure that is relevant.

mithro | 3 years ago | on: NiteFury – An Artix-7 FPGA with its own DDR3 RAM right in your laptop

The open source toolchain doesn't quite support the PCIe interface yet but all the other stuff should work in theory.

The best place to see what works is the F4PGA examples documentation at <https://f4pga-examples.readthedocs.io/en/latest/building-exa...>.

If you want to start with fully open source tools on a Xilinx 7 series FPGA the best option is the Digilent Arty A35T board <https://digilent.com/shop/arty-a7-artix-7-fpga-development-b...>.

mithro | 3 years ago | on: Ask HN: Are there any companies that are doing interesting work in hardware?

While the news seems to focuses on ML and RISC-V, there is a huge amount of *other* activity in the silicon space. With [Google working to improve the open source EDA tools + PDKs while also providing free manufacturing](https://opensource.googleblog.com/2022/05/Build%20Open%20Sil...) there are lots of opportunities.

The "new" FPGA companies like GowinSemi and RapidSilicon are also creating some pretty cool parts.

mithro | 4 years ago | on: Renesas introduces sub 50 cents FPGA family with Yosys-based development tools

If you are motivated by learning rather than practical usage, FPGAs are a great way to learn more about how things like CPUs or peripherals can be designed. It is also a way to understand how to evolve hardware and software at the same time.

Two examples that I have been loosely involved with; * Google's CFU playground which is all about profiling and adding small number of new OpCodes to build an accelerator for a specific ML model (http://cfu-playground.rtfd.io/). * The Fomu workshop (https://workshop.fomu.im) which walks though treating an FPGA like an embedded MCU where you can then modify the MCU!

page 1