Hacker News new | past | comments | ask | show | jobs | submit login
TinyTapeout: Get your design on an actual ASIC (mailchi.mp)
126 points by bajsejohannes on Aug 27, 2022 | hide | past | favorite | 25 comments



For anyone who wants to dip their toe in integrated circuits (ASIC), this project provides a way to get a tiny (~200 gate) project onto a physical chip. You can do the whole thing in the browser. Deadline for submission is September 1st.


Are you the author? I've read the slides but can't find the details. What kind cell library this project use? I know from someone in the IC design industry said that it's kind of hard to access all the tools and semiconductor IPs without some kind of NDA or agreement with library vendors and foundry.


(Not the author, but in the know.)

This uses the Skywater 130 process. It’s backed by an open source PDK (SKY130B), and is going to be taped out via an Efabless shuttle, just like OpenMPW shuttles sponsored by Google.

The difference between this and a ‘plain’ OpenMPW shuttle is that this can fit a ton of tiny/toy/demo designs, enabling a lot of people to get their toes wet with ASIC design without having to take up a ‘large’ shuttle spot.

https://skywater-pdk.readthedocs.io/en/main/


The Skywater shuttles are never full, to the best of my knowledge. However, it is a lot of work to get off the ground with the PDK (synthesis and physical design for chips is a totally separate set of skills on top of logic design), so if this further lowers the barrier to entry then that's fantastic


The last 3 or 4 openmpw shuttles have been full.


That's great to hear, I'm glad to be corrected.


Actually, all of the open shuttles have been full with the last few oversubscribed by larger and larger margins (about 100% for MPW6 if I remember correctly).

It was the commercial shuttles, called ChipIgnite, that have had space left over.


I had in mind that OpenMPW-1 was not quite full, and looking now on efabless.com I see 37 projects submitted for MPW-1.

but i don’t think it really matters - there have been lots of submissions for all of them and a ton of cool stuff, and yeah the recent open shuttles are definitely full :)


I'm not the author, and honestly know very little about ASICs. But apparently enough to get a design onto this tapeout! :D

If q3k's answer wasn't sufficient, maybe you can find more answers in the github repo that builds everything? https://github.com/mattvenn/wokwi-verilog-gds-test

Otherwise, there's a discord where the author (Matt) very active: https://discord.gg/rPK2nSjxy8


What can one do with 200 gates? I struggle to think of anything interesting.


I suppose it depends on one's interests.

For example one could try to clone many of these: https://en.wikipedia.org/wiki/List_of_7400-series_integrated...

Another fun project idea. Make a 1bit processor slice. Then show how many slices can make a larger system. Similar to:

"Using LSI processor bit-slices to build a PDP-11—A case study in microcomputer design" https://dl.acm.org/doi/pdf/10.1145/1499402.1499444


A full 6502 is only like 900 gates. One could do a neat project with separate ALUs chips, control logic, etc, like AM2900-style.

From Googling, it sounds like the 74181 ALU chip was only ~75 gates or so https://en.wikipedia.org/wiki/74181. And the AM2901 something like ~500


The PSP 8/s used only 519 logic gates, at least according to online sources I've found.


Sorry PDP 8/s


Yeah I looked at my keyboard and saw D beside S and figured that's what you're saying.

Read the PDP/8 instruction sheet. Wow that's nice and minimal.


"I could make a motor driver!" was the first thing that came to mind. I have a need for lots of motor driver chips for an art project. (Think hundreds or thousands of small DC motors.) At a minimum, a basic "h-bridge" circuit to control one motor is 4 transistors (and possibly 4 additional diodes). I'll still have to figure out if TinyTapeout could handle the voltage and current of one small DV motor, though. (5-12V, possibly up to 800mA). Of course, there are simple h-bridge chips already on the market for $0.20/chip, but designing my own would be fun.


If one could integrate some logic that can be communicated with over a digital protocol it would get real interesting. Maybe it could be the start of an open source I/O chip for the Klipper 3d-printer firmware. The output stage could be using discrete SMD components, to get sufficient power capacity.


Maybe an idea: Could I use this to put a secret key in the gates, with some mechanism to prevent brute-force breaking? So my own personal Yubikey essentially.

Not sure how to protect against replay, with only 200 gates...


Could work if you are OK with hundreds of engineers seeing your key during the verification/manufacturing process.


It mentions a possible set of dip switches and a 7 segment LED. You could make a puzzle game of "lights out" where only a certain combo of switches would have all the segments off.


Hashing?


200 gates.. Wonder if one could make a simple ADC with this, say a 8-bit successive approximation (SAR) with I2C registers for readout?


A PWM LED constant-current driver with one-wire bus protocol. Would one only need 2 conductors, for combined power and digital control.


This already exists in commercially available form (WS2811 for example). But it might make an interesting learning exercise


WS2811 and similar have a dedicated control signal line, and power+ground (3 leads total). I'd like to combine power and control, so that there is only two. Mostly because it allows to be compatible all the existing non-smart DC stuff.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: