74 lines
1.8 KiB
HTML
74 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<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>
|
|
<li>What is Open Silicon?</li>
|
|
<li>What can we do now?</li>
|
|
<li>What's to come?</li>
|
|
</ol>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<h2>What is Open Silicon?</h2>
|
|
<ol>
|
|
<li>A process design kit that can be manufactured</li>
|
|
<li>An open set of tools to go from design to production</li>
|
|
<li>Easy access to a silicon foundary for small-volume production</li>
|
|
</ol>
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<h2>The State of the Toolchin</h2>
|
|
</section>
|
|
<section>
|
|
<h2>Process Design Kits (PDKs)</h2>
|
|
<ul>
|
|
<li>SKY130</li>
|
|
<li>GF180MCU</li>
|
|
<li><small>FreePDK</small></li>
|
|
</ul>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
</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>
|
|
|
|
</html>
|