Readit News logoReadit News
throwaway31131 · 4 months ago
Details on the ETH Zurich open source ASICs can be found here:

https://github.com/open-source-eda-birds-of-a-feather/open-s...

Presented at DAC 2025

amelius · 4 months ago
Is it even possible to design serious ASICs without expensive tooling?
throwaway31131 · 4 months ago
For some definitions of serious, sure. The main critical piece that’s missing is all the testing infrastructure. Buying 100 or so ASICs for university use is one thing. Buying 100K, or more, is another.

Not the gdb support via jtag that software engineers need, they have that. But the various manufacturing test suites, which do modify gate netlists, and automated circuit characterization techniques that electrical engineers and the manufacturing engineers use.

bsder · 4 months ago
Sure, as long as you stick to digital and purchased IP.

If you can get a "library" from somewhere (like the one Google released from Skywater), then you can use static timing analysis on the interconnect between the library blocks. Performance metrics will all be mediocre, but it will be relatively quick to design and cheap to produce if you have sufficient volumes. This is why so many of the RISC-V processor implementations suck.

If you want to design analog, RF, or high-speed, then the expensive tooling is required. You need especially need DRC and extraction (parasitics from passives, transistor numbers, etc.) for proper analysis and design.

somethingsome · 4 months ago
From the slides, they are reducing the gap, it's not there yet.

But I was actually pleasantly surprised by how close they are.

le-mark · 4 months ago
Let’s all take a moment to remember Nikolas Wirth and Project Oberon and its fpga processor. I learned so much from reading his books. They are very accessible and I recommend them to anyone!
hannesfur · 4 months ago
This course is actually mandatory in the first year of the CS undergraduate program here at ETH. I remember it very fondly for its great (and passionate) lecture and the hands on experience building a MIPS cpu in the exercise sessions. Probably the best lecture in my undergraduate.
eXpl0it3r · 4 months ago
I fully agree! Can also recommend to everyone to take a similar course or use self-study material on the topic. Understanding the lowest layers makes you a better software engineer, as your mental model of a CPU/PC gets sharper.
jansommer · 4 months ago
This is also the university that develops RumbleDB[0]. It uses JSONiq as its query language which is such a pleasure to work with. It's useful for dealing with data lakes, though I've only experimented with it because of JSONiq.

[0] https://github.com/RumbleDB/rumble

Tom1380 · 4 months ago
I'm taking Ghislain Fourny's Big Data course here at ETH, he's such a good professor
nfreising · 4 months ago
Onur Mutlu also posts his (great) lectures to YouTube: https://www.youtube.com/@OnurMutluLectures
__rito__ · 4 months ago
The link for this course's playlist is posted on the page.
outside1234 · 4 months ago
Broadening the perspective here. Has anyone curated a complete computer science / computer engineering curriculum here with classes that are essentially “best of breed” on YouTube?
panick21_ · 4 months ago
Crazy how successful the ETH open source designs were. The pop up in lots of places.
ur-whale · 4 months ago
https://www.topuniversities.com/world-university-rankings

ETH is at 7

Not too shabby for such a tiny country.

slow_typist · 4 months ago
Not too shabby, while „citations per faculty“ is the indicator that destroys science and isn’t a very strong predictor for teaching quality.
chompychop · 4 months ago
Does anyone know how this course compares to the NAND2Tetris course?
markus_zhang · 4 months ago
You can check out Onur Mutlu's videos on YouTube. I'd say it is much more demanding than NAND2Tetris.
__rito__ · 4 months ago
There are some parts in nand2tetris that are not self-contained, in the sense that even if you study and master all the preceding content, it is not guaranteed that you can solve the assignment. That's why I don't like it that much.