2012-10-21 01:14:50 +00:00
|
|
|
<!doctype html>
|
2022-08-12 06:19:15 +00:00
|
|
|
<html lang="en">
|
2023-04-05 11:41:22 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
|
|
|
|
<title>reveal.js</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
|
|
|
<link rel="stylesheet" href="dist/theme/black.css">
|
|
|
|
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="reveal">
|
|
|
|
<div class="slides">
|
|
|
|
<section>The State of Open Silicon</section>
|
|
|
|
<section>
|
|
|
|
<h2>Outline</h2>
|
|
|
|
<ol>
|
2023-04-08 04:44:03 +00:00
|
|
|
<li>What does it mean to be "open"?</li>
|
|
|
|
<li>What can we do today?</li>
|
|
|
|
<li>What can't we do today?</li>
|
|
|
|
<li>Where can we go from here?</li>
|
2023-04-05 11:41:22 +00:00
|
|
|
</ol>
|
|
|
|
</section>
|
2023-04-08 04:44:03 +00:00
|
|
|
<section>
|
|
|
|
<h2>About Me</h2>
|
|
|
|
</section>
|
2023-04-05 11:41:22 +00:00
|
|
|
<section>
|
|
|
|
<section>
|
2023-04-08 04:44:03 +00:00
|
|
|
<h2>What does it mean to be "open"?</h2>
|
2023-04-05 11:41:22 +00:00
|
|
|
<ol>
|
2023-04-08 04:44:03 +00:00
|
|
|
<li>Manuals available</li>
|
|
|
|
<li>Source available</li>
|
|
|
|
<li>Tooling available</li>
|
|
|
|
<li>GDSII available</li>
|
2023-04-05 11:41:22 +00:00
|
|
|
</ol>
|
|
|
|
</section>
|
2023-04-08 04:44:03 +00:00
|
|
|
<section>
|
|
|
|
<h2>Parts of chip design</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Process Design Kit (PDK)</li>
|
|
|
|
<li>IP (libraries)</li>
|
|
|
|
<li>Tooling</li>
|
|
|
|
<li>Fabrication method</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Process Design Kit</h2>
|
|
|
|
<ul>
|
|
|
|
<li>https://skywater-pdk.readthedocs.io/en/main/_images/metal_stack.svg</li>
|
|
|
|
<li>Process design kits (PDKs) are closed and under NDA</li>
|
|
|
|
<li>Mostly just a blank canvas</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>IP / Libraries</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Memories</li>
|
|
|
|
<li>IO blocks</li>
|
|
|
|
<li>Standard cells</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Digital design (In The Beginning)</h2>
|
|
|
|
<ul>
|
|
|
|
<li>[Picture of Z80 or 6502]</li>
|
|
|
|
<li>Magic</li>
|
|
|
|
<li>[Picture of Siliwiz]</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Digital logic overview (Today)</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Standard cells</li>
|
|
|
|
<li>Basic boolean logic</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>How can we use standard cells?</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Manual synthesis</li>
|
|
|
|
<li>Automated synthesis</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
Almost all code is automatically synthesized from source code!
|
|
|
|
|
|
|
|
[Example of live generation of cells]
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Tooling</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Synthesis</li>
|
|
|
|
<li>Power generation</li>
|
|
|
|
<li>Clock tree</li>
|
|
|
|
<li>Place and route</li>
|
|
|
|
<li>Verification</li>
|
|
|
|
<li><strong>Industry tools cost $1mm plus per seat</strong></li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Method to tape out</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Shuttle runs</li>
|
|
|
|
<li>Full wafer</li>
|
|
|
|
<li>Turnaround time is in months</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
2023-04-05 11:41:22 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<section>
|
2023-04-08 04:44:03 +00:00
|
|
|
<h2>Where are we now (in open source)?</h2>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Things are looking pretty good!</h2>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Open PDKs</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Real PDKs</li>
|
|
|
|
<ul>
|
|
|
|
<li>SKY130</li>
|
|
|
|
<li>SKY90FD</li>
|
|
|
|
<li>GF180MCU </li>
|
|
|
|
</ul>
|
|
|
|
<li>"Fake" PDKs</li>
|
|
|
|
<ul>
|
|
|
|
<li>FreePDK45</li>
|
|
|
|
<li>ASAP5 </li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Available IP</h2>
|
|
|
|
Projects that have been taped out
|
|
|
|
<ul>
|
|
|
|
<li>ADC</li>
|
|
|
|
<li>LDO</li>
|
|
|
|
<li>Bandgap</li>
|
|
|
|
<li>DAC</li>
|
|
|
|
<li>...more...</li>
|
|
|
|
</ul>
|
2023-04-05 11:41:22 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2023-04-08 04:44:03 +00:00
|
|
|
<h2>Standard cells</h2>
|
|
|
|
|
2023-04-05 11:41:22 +00:00
|
|
|
<ul>
|
|
|
|
<li>SKY130</li>
|
|
|
|
<li>GF180MCU</li>
|
2023-04-08 04:44:03 +00:00
|
|
|
<li>OSU</li>
|
|
|
|
<li>LibreSilicon</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Simulation</h2>
|
|
|
|
<ul>
|
|
|
|
<li>GHDL</li>
|
|
|
|
<li>Icarus Verilog</li>
|
|
|
|
<li>Verilator</li>
|
|
|
|
<li>GTKWave</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Design Synthesis</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Verilog / VHDL -> Verilog</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Place and Route</h2>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Direct Cell Design</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Magic</li>
|
|
|
|
<li>KLayout</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<section>
|
|
|
|
<h1>What can we do now?</h1>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Examples of 130 nm</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Gamecube CPU "Gekko": 43 mm<sup>2</sup> (2001)</li>
|
|
|
|
</ul>
|
|
|
|
<h2>Examples of 180 nm</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Playstation 2 "Emotion Engine"</li>
|
2023-04-05 11:41:22 +00:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
</section>
|
2021-11-11 14:13:31 +00:00
|
|
|
</div>
|
2023-04-05 11:41:22 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="dist/reveal.js"></script>
|
|
|
|
<script src="plugin/notes/notes.js"></script>
|
|
|
|
<script src="plugin/markdown/markdown.js"></script>
|
|
|
|
<script src="plugin/highlight/highlight.js"></script>
|
|
|
|
<script>
|
|
|
|
// More info about initialization & config:
|
|
|
|
// - https://revealjs.com/initialization/
|
|
|
|
// - https://revealjs.com/config/
|
|
|
|
Reveal.initialize({
|
|
|
|
hash: true,
|
|
|
|
|
|
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
|
|
|
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
2012-03-24 16:48:16 +00:00
|
|
|
|
2012-08-04 04:33:27 +00:00
|
|
|
</html>
|