日本語 / English
OPEN LECTURES / Chip Makers

Chip Makers

First read what's happening in the world — then try making your own chip.

Something big is happening in the world of semiconductors — big enough that you're tempted to call it a Cambrian explosion, set off by AI. The kinds of chips are multiplying, the common language of design has been opened up, free to use, and the way chips are made is starting to change. Making a chip — once the exclusive domain of vast capital and specialists — has come within reach of individuals and small teams. This series is a record of one attempt to first read the big picture of that world, and then get hands-on and see for yourself — connecting "knowing" and "making" end to end.

First, read what's happening in the world (background)

Reading Corner: The Chip Cambrian Explosion

From "what's the difference between a CPU and a GPU?" all the way to ISA, RISC-V, what "2 nm" really means, maskless manufacturing, and physical AI. Ten chapters that read today's tectonic shift with no code and no schematics — analogies only. It even lays the groundwork for why we decided to try making chips ourselves.

↑ Start with the reading corner above for a map of the world.

Next, peek inside a CPU

Fundamentals: How CPUs Work — Behind the Instruction Set

There's a "machine" that actually carries out the "contract" we call the instruction set (ISA). This fundamentals course explains that machine while building it up, block by block, on your desk — walking through how a CPU works.

↑ Once you can see how a CPU is designed and the urge to build one finally catches fire, move on to the courses below.

Then see, in numbers, how it actually stands

Chip Fabrication by the Numbers ― What Are People Actually Making on Shuttle Runs?

This picks up where the reading corner’s question — has the door really opened to individuals? — leaves off. We counted 3,625 designs across 19 shuttles over three years submitted to Tiny Tapeout, the shared-wafer scheme, using public data. What gets built, who submits it, and whose money has kept the whole arrangement running. Our method and its limitations are written into the article, so you can repeat the count yourself. We draw no conclusions: our job ends once the material for judgement is on the table.

↑ With the figures in view, on to the courses below.

And go and look at the technology that has not arrived yet (reading corner)

Tech Walks Before Dawn ― going to see promising technology on foot

“Everything will be connected.” “Chips that work like the brain.” Some technologies have been promised for years and are still not part of daily life. In this corner we walk out while it is still dark, to find which layer each one is stuck at, and where it gets interesting. And every walk ends the same way: at a doorway where you can try it with your own hands. Walk 01 is IoT; Walk 02 is neuromorphic chips. New walks are added as we take them.

↑ The end of each walk is the door of the lab below.

And test the sketch on real hardware

The Anything Lab ― where the walks' ideas get built and measured

Each walk ends with a sketch: “here is a game you should be able to play with this”. The lab picks up that sketch and builds the circuit and measures the numbers. Prediction first, then measurement, and both are published whether or not they agree. Experiments are added in whatever order they come to mind. First up: a neuron on a Basys 3, compared with an ammeter — “Drum and Sentry”.

↑ The reading shelf has five parts: map, fundamentals, numbers, walks, lab. Whichever you start with leads to the courses below.

What this series is after

Existing boards — Raspberry Pi, Arduino, ESP and the like — are used all over the world for their quality, ease of handling, and price. But sometimes the features or constraints you need just don't line up. From there grows a wish: to freely develop your own board carrying your own ASIC (a custom chip). This series is about taking on that challenge for real — reckless, or maybe just bold. We've split the skills you need into an order that builds up naturally: a set of foundations, plus a capstone that ties them together.

Why the reading corner comes first. The reading corner above isn't just a preface. A real tectonic shift is underway in semiconductors, and there's a question — "has the door really opened all the way to individuals?" The urge to find that out is the very reason these courses exist. Know the world (read) → and so, see for yourself (make). That order is the backbone of the series. Grasp the big picture in the reading corner first, and the "meaning" of each task in the courses becomes far clearer.

The upstream work is all one continuous ground. The Verilog you write for an FPGA and the code you feed into ASIC hardening (LibreLane) are essentially the same. In other words, by the time you're playing with an FPGA, your skill for designing a chip's "brain" is already growing. Running through both layers — silicon (the inside) and the board (the foundation) — with the same thinking and the same language is the core of this series.

Why this order. We lock in board (PCB) knowledge first. Building a board around an existing chip (say, the CH32V003) already widens your view and shifts how you see custom chips. It also makes it clearer, later, when a dev board "won't run," how to tell whether the cause is hardware (wiring) or logic (code), and where to start looking. Reduce physical uncertainty first, then raise the level of abstraction one step at a time — to logic (FPGA), then to chip fabrication (LibreLane).

This isn't a clean write-up of a finished manual — it's a running record of the experiment, kept alongside the work, until a chip that truly runs comes together. Caveats like "unverified" and "needs bench confirmation" appear throughout; these aren't defects but markers that the experiment is still in progress. We're verifying as we go, day by day, and aiming for tape-out by fall 2026.
(First draft: June 2026; updated as verification proceeds.)

Note: parts of this series were drafted with AI assistance. We take care with the content, but errors or awkward wording may remain — please confirm anything important against primary sources.

The 5-step roadmap

An end-to-end map to building your own chip. Each step shows which course below it maps to.

1

Master board (PCB) design

Graduate from hand-wiring on perfboard to designing and ordering your own dedicated boards. Lock down the "footing" first — then an advanced step that reworks design with code and automation.

→ Intro to KiCad → PCB Automation with Code & AI
2

Master the FPGA

Start from blinking an LED, then implement and verify your own CPU (RISC-V) and peripherals (UART/SPI) as logic circuits.

→ Intro to FPGA
3

Fuse board and logic

Assemble your own SoC and verify it thoroughly on an FPGA — understanding your system from both the hardware and software sides.

→ Build-Your-Own RISC-V SoC (Practice)
4

Bridge with EDA tools

Take verified Verilog to manufacturing data (GDSII). Learn placement, routing, and physical verification with OpenLane/LibreLane. From here you can also branch into analog design, where you place the transistors yourself.

→ Intro to LibreLane / branch → Intro to Analog IC Design
5

Tape-out → PCB, end to end

Fabricate a real chip on a low-cost shuttle, then mount it on your own board with your KiCad skills. Complete a board that's one of a kind.

→ SoC Practice + Intro to KiCad

Course list — the foundations, and the capstone that ties them together (+ a PCB-applied course)

KiCad, FPGA, LibreLane and Analog IC Design are foundation courses you can take on their own. Each locks down a separate base: the body (board), the brain design (logic circuits), the inside (silicon physical design), and one layer further in (the transistors themselves). The capstone (Build-Your-Own RISC-V SoC, Practice) bundles the KiCad, FPGA and LibreLane foundations and runs from SoC design through tape-out and board-making in a single capstone — which is why both LibreLane (tape-out) and KiCad (board-making) reappear inside it. Separately from these foundations and the capstone, we've also prepared an applied course, "PCB Automation with Code & AI," as an extension of Intro to KiCad — reworking board design with code (skidl) and automated routing (FreeRouting) (an intermediate course to read right after Intro to KiCad). Foundation 04, "Intro to Analog IC Design," goes one layer inside what Foundation 03 covers — the physical design of logic — and has you place the transistors yourself. It does not feed into the capstone; it is an independent branch, so take it only if it interests you. The "5-step roadmap" above is a timeline of the work; this list is a map of roles — different axes. Don't worry about the numbering: lock down the foundations first, then run end-to-end with the capstone. Each course is currently "in preparation" (early access).

Foundation 01
LAYER / Build the foundation that carries the chip (PCB)

Intro to KiCad

Using the low-cost RISC-V microcontroller CH32V003 as its subject: from schematic to PCB design, ordering, and hand-soldering. The footing course that builds the "body" to run the silicon you design.

KiCad CH32V003 PCB JLCPCB
In prep Open the course
Applied
LAYER / Rework board design with code and automation (PCB × Code)

PCB Automation with Code & AI

On the foundation from Intro to KiCad: write the connections as code (skidl), let FreeRouting lay the traces automatically, and finish the key spots by hand — an intermediate course. You'll take a self-powered 5 V CH32V003 board (with an added power section) from design to order, the new way.

skidl FreeRouting Netlist Auto-routing
In prep Open the course
Foundation 02
LAYER / Master logic circuits (FPGA)

Intro to FPGA

With the freely reprogrammable Basys 3 / Artix-7, do real logic-circuit design at your desk, as many times as you like. Light up your own Verilog on real hardware, and finally run a RISC-V CPU (PicoRV32).

Basys 3 Artix-7 Verilog PicoRV32
In prep Open the course
Foundation 03
LAYER / Build the inside of the chip (SILICON)

Intro to LibreLane

With open-source EDA alone, take a RISC-V SoC from RTL to GDSII. Do synthesis, automated place-and-route, and physical verification yourself, without commercial tools — bridging toward tape-out.

RISC-V LibreLane SkyWater 130nm Tiny Tapeout
In prep Open the course
Foundation 04
LAYER / Place the transistors yourself (SILICON)

Intro to Analog IC Design

In Foundation 03, an automated place-and-route tool arranged standard cells for you. Here you draw what is inside one of them. Take a single CMOS inverter from schematic through simulation, layout, and DRC/LVS all the way to GDS. Throughout, the machine computes, AI helps with the judgement, and you decide — and every decision point is recorded, then tallied at the end.

xschem ngspice magic SkyWater 130nm
In prep Open the course
Capstone
LAYER / Build your own SoC and carry it through to fabrication (from fusion to end-to-end)

Build-Your-Own RISC-V SoC (Practice)

Design your own original SoC with PicoRV32 and Wishbone. Verify it thoroughly on an FPGA (Basys 3), and aim to run end-to-end through tape-out and board-making — the capstone of the series.

PicoRV32 Wishbone SoC XIP / UART / SPI
In prep Open the course