├── HKUST_Logo.png ├── Icarus.png ├── Lanceville.png ├── NFF.jpg ├── ORConf-20180921.pdf ├── ORConf-20180921.tex ├── Opencircuit.png ├── QRCode.png ├── README.md ├── SITCON--20180929.pdf ├── SITCON--20180929.tex ├── Screenshot_20171218_044022.png ├── Screenshot_20171218_045118.png ├── Screenshot_20171218_045416.png ├── Screenshot_20180929_015838.png ├── Screenshot_20180929_020016.png ├── Screenshot_20180929_023204.png ├── Yosys.png ├── cat.png ├── cleanroom.png ├── efabless_logo.png ├── end1.png ├── end3.png ├── end4.png ├── end5.png ├── end6.png ├── examples.png ├── lsa.png ├── market-closing.png ├── process1.png ├── process2.png ├── process3.png ├── process4.png ├── process5.png ├── process6.png ├── qtflow1.png └── youre-fucked.png /HKUST_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/HKUST_Logo.png -------------------------------------------------------------------------------- /Icarus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Icarus.png -------------------------------------------------------------------------------- /Lanceville.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Lanceville.png -------------------------------------------------------------------------------- /NFF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/NFF.jpg -------------------------------------------------------------------------------- /ORConf-20180921.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/ORConf-20180921.pdf -------------------------------------------------------------------------------- /ORConf-20180921.tex: -------------------------------------------------------------------------------- 1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2 | % Beamer Presentation 3 | % LaTeX Template 4 | % Version 1.0 (10/11/12) 5 | % 6 | % This template has been downloaded from: 7 | % http://www.LaTeXTemplates.com 8 | % 9 | % License: 10 | % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) 11 | % 12 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 13 | 14 | %---------------------------------------------------------------------------------------- 15 | % PACKAGES AND THEMES 16 | %---------------------------------------------------------------------------------------- 17 | 18 | \documentclass{beamer} 19 | \usepackage[utf8]{inputenc} 20 | 21 | \mode { 22 | 23 | % The Beamer class comes with a number of default slide themes 24 | % which change the colors and layouts of slides. Below this is a list 25 | % of all the themes, uncomment each in turn to see what they look like. 26 | 27 | %\usetheme{default} 28 | %\usetheme{AnnArbor} 29 | %\usetheme{Antibes} 30 | %\usetheme{Bergen} 31 | %\usetheme{Berkeley} 32 | %\usetheme{Berlin} 33 | %\usetheme{Boadilla} 34 | %\usetheme{CambridgeUS} 35 | %\usetheme{Copenhagen} 36 | %\usetheme{Darmstadt} 37 | %\usetheme{Dresden} 38 | %\usetheme{Frankfurt} 39 | %\usetheme{Goettingen} 40 | %\usetheme{Hannover} 41 | %\usetheme{Ilmenau} 42 | %\usetheme{JuanLesPins} 43 | %\usetheme{Luebeck} 44 | \usetheme{Madrid} 45 | %\usetheme{Malmoe} 46 | %\usetheme{Marburg} 47 | %\usetheme{Montpellier} 48 | %\usetheme{PaloAlto} 49 | %\usetheme{Pittsburgh} 50 | %\usetheme{Rochester} 51 | %\usetheme{Singapore} 52 | %\usetheme{Szeged} 53 | %\usetheme{Warsaw} 54 | 55 | % As well as themes, the Beamer class has a number of color themes 56 | % for any slide theme. Uncomment each of these in turn to see how it 57 | % changes the colors of your current slide theme. 58 | 59 | %\usecolortheme{albatross} 60 | %\usecolortheme{beaver} 61 | %\usecolortheme{beetle} 62 | %\usecolortheme{crane} 63 | %\usecolortheme{dolphin} 64 | %\usecolortheme{dove} 65 | %\usecolortheme{fly} 66 | %\usecolortheme{lily} 67 | %\usecolortheme{orchid} 68 | %\usecolortheme{rose} 69 | %\usecolortheme{seagull} 70 | %\usecolortheme{seahorse} 71 | %\usecolortheme{whale} 72 | %\usecolortheme{wolverine} 73 | 74 | %\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line 75 | %\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line 76 | 77 | %\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line 78 | } 79 | 80 | \usepackage{graphicx} % Allows including images 81 | \usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables 82 | 83 | %---------------------------------------------------------------------------------------- 84 | % TITLE PAGE 85 | %---------------------------------------------------------------------------------------- 86 | 87 | \title[Libre Silicon]{Libre Silicon} % The short title appears at the bottom of every slide, the full title is only on the title page 88 | 89 | \author{Hagen SANKOWSKI} % Your name 90 | \institute[Chipforge] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space 91 | { 92 | Chipforge\\ % Your institution for the title page 93 | \medskip 94 | \textit{hsank@nospam.chipforge.org} % Your email address 95 | } 96 | \date{\today} % Date, can be changed to a custom date 97 | 98 | \begin{document} 99 | 100 | \begin{frame} 101 | \titlepage % Print the title page as the first slide 102 | \end{frame} 103 | 104 | %---------------------------------------------------------------------------------------- 105 | % PRESENTATION SLIDES 106 | %---------------------------------------------------------------------------------------- 107 | 108 | %------------------------------------------------ 109 | \begin{frame} 110 | Current Situation 111 | \end{frame} 112 | %------------------------------------------------ 113 | 114 | %------------------------------------------------ 115 | \begin{frame} 116 | What is bad.. 117 | \end{frame} 118 | %------------------------------------------------ 119 | 120 | \begin{frame} 121 | \frametitle{Image you like to manufacture your own Chip.} 122 | \begin{itemize} 123 | \item You're going to a Foundry, 124 | \item signing at least 3 NDAs (Non-disclosure Agreements), one for the Process Kit, one for the Standard Cell Libary and one for Purchase details, 125 | \item invest a lot of money for the Layout development and the Mask Set, 126 | \item and have some reasons to change the Foundry Service.. 127 | \end{itemize} 128 | \end{frame} 129 | 130 | %------------------------------------------------ 131 | 132 | \begin{frame} 133 | You're f*cked 134 | \end{frame} 135 | %------------------------------------------------ 136 | 137 | \begin{frame} 138 | \frametitle{Reasons are} 139 | \begin{itemize} 140 | \item the technology is completely different, 141 | \item the Standard Cells are mostly different, 142 | \item the mask the does not leave the foundry, 143 | \item and even do not match another technology in another foundry. 144 | \item Well, you've burned the costs for layout and mask set. 145 | \end{itemize} 146 | \end{frame} 147 | 148 | %------------------------------------------------ 149 | \begin{frame} 150 | What to do?? 151 | \end{frame} 152 | %------------------------------------------------ 153 | 154 | \begin{frame} 155 | \frametitle{Make your self independend} 156 | \begin{itemize} 157 | \item design a open and free process. 158 | \item You can help if you like :-) 159 | \end{itemize} 160 | \end{frame} 161 | 162 | %------------------------------------------------ 163 | \begin{frame} 164 | What happens so far? 165 | \end{frame} 166 | %------------------------------------------------ 167 | 168 | \begin{frame} 169 | \frametitle{2017} 170 | \begin{itemize} 171 | \item David Lanzendörfer opens a possibility to rent a Clean Room at Hong Kong University of Science and Technology, 172 | \item got some foundations, 173 | \item gave a Lightning Talk in Leipzig at the 34. Chaos Communication Congress. 174 | \end{itemize} 175 | \end{frame} 176 | 177 | 178 | \begin{frame} 179 | \frametitle{2018} 180 | \begin{itemize} 181 | \item We developed the first Version of our 1um Libre Silicon process. 182 | \item We are working on the Standard Cell Library. 183 | \item We already hold a Tool Chain Hackathon. 184 | \item We are layout a first Test Wafer for technology parameter measurement. 185 | \item Currently re-viewed the Test Wafer and compress them now for more Chips per Wafer. 186 | \end{itemize} 187 | \end{frame} 188 | 189 | \begin{frame} 190 | \frametitle{Links:} 191 | \begin{itemize} 192 | \item Process 193 | https://github.com/libresilicon/libresiliconprocess 194 | \item Test Wafer 195 | https://github.com/chipforge/PearlRiver 196 | \item Standard Cell Library 197 | https://github.com/chipforge/StdCellLib 198 | \item Tool Chain 199 | https://github.com/leviathanch/qtflow 200 | \end{itemize} 201 | \end{frame} 202 | 203 | 204 | %------------------------------------------------ 205 | \begin{frame} 206 | What still left 207 | \end{frame} 208 | %------------------------------------------------ 209 | 210 | \begin{frame} 211 | \frametitle{To Do:} 212 | \begin{itemize} 213 | \item Shrink PearlRiver Test Wafer 214 | \item Next Review before ordering the Masks 215 | \item Documentation about what and how we like to measure Parameters 216 | \item Transfer Parameters into Spice BSIM3v3 models 217 | \item Manufacture a couple of Wafers and doing Measurement at HKUST 218 | \item Process refinement 219 | \item Finish Standard Cells 220 | \item Install process Foundry for mass production 221 | \item Manufacture first Microcontroller Chip in 2019 222 | \end{itemize} 223 | \end{frame} 224 | 225 | %------------------------------------------------ 226 | \begin{frame} 227 | Targets 228 | \end{frame} 229 | %------------------------------------------------ 230 | 231 | \begin{frame} 232 | \frametitle{License:} 233 | \begin{itemize} 234 | \item Free and Open Source - while real Hardware GPL or BSD does not work. 235 | \item Others like CERN we already evaluated. 236 | \item We like that everybody can use the Process (even in your Basement), 237 | \item including Universities and real foundries. 238 | \end{itemize} 239 | \end{frame} 240 | 241 | \begin{frame} 242 | \frametitle{Transfer-able} 243 | \begin{itemize} 244 | \item Everybody should have the possibility to transfer own designs into other foundries. 245 | \item Foundries can compete in production cost and / or corporate. 246 | \item Usable for Education also, while even analog designs heavy depends on process parameters. 247 | \end{itemize} 248 | \end{frame} 249 | 250 | %------------------------------------------------ 251 | \begin{frame} 252 | Contacts 253 | \end{frame} 254 | %------------------------------------------------ 255 | 256 | \begin{frame} 257 | \frametitle{Mumble:} 258 | \begin{itemize} 259 | \item Every Sunday 21 p.m Hong Kong Time 260 | \item Server 109.109.202.102, Port 64738 261 | \end{itemize} 262 | \end{frame} 263 | 264 | %------------------------------------------------ 265 | 266 | \begin{frame} 267 | \frametitle{Mailing List:} 268 | \begin{itemize} 269 | \item https://list.o2s.ch/mailman/listinfo/libre-silicon-devel 270 | \end{itemize} 271 | \end{frame} 272 | 273 | %------------------------------------------------ 274 | 275 | \begin{frame}{Thanks!} 276 | \begin{center} 277 | \textbf{Dziekuje!} \\ 278 | \textbf{Thank you very much!} \\ 279 | \end{center} 280 | \end{frame} 281 | 282 | %------------------------------------------------ 283 | 284 | \begin{frame} 285 | \frametitle{once again:} 286 | \begin{itemize} 287 | \item Mailing List 288 | https://list.o2s.ch/mailman/listinfo/libre-silicon-devel 289 | \item Process 290 | https://github.com/libresilicon/libresiliconprocess 291 | \item Test Wafer 292 | https://github.com/chipforge/PearlRiver 293 | \item Standard Cell Library 294 | https://github.com/chipforge/StdCellLib 295 | \item Layout Software 296 | https://github.com/leviathanch/qtflow 297 | \end{itemize} 298 | \Huge{\centerline{You can help :-)}} 299 | \end{frame} 300 | 301 | %------------------------------------------------ 302 | 303 | \begin{frame} 304 | \Huge{\centerline{The End}} 305 | \end{frame} 306 | 307 | %---------------------------------------------------------------------------------------- 308 | 309 | \end{document} 310 | -------------------------------------------------------------------------------- /Opencircuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Opencircuit.png -------------------------------------------------------------------------------- /QRCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/QRCode.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Slides for the talk I have very soon 2 | -------------------------------------------------------------------------------- /SITCON--20180929.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/SITCON--20180929.pdf -------------------------------------------------------------------------------- /SITCON--20180929.tex: -------------------------------------------------------------------------------- 1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2 | % Beamer Presentation 3 | % LaTeX Template 4 | % Version 1.0 (10/11/12) 5 | % 6 | % This template has been downloaded from: 7 | % http://www.LaTeXTemplates.com 8 | % 9 | % License: 10 | % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) 11 | % 12 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 13 | 14 | %---------------------------------------------------------------------------------------- 15 | % PACKAGES AND THEMES 16 | %---------------------------------------------------------------------------------------- 17 | 18 | \documentclass{beamer} 19 | \usetheme{Warsaw} 20 | \usepackage[utf8]{inputenc} 21 | \usepackage{amsmath} 22 | \usepackage{amsfonts} 23 | \usepackage{amssymb} 24 | \usepackage{graphicx} 25 | \usepackage{fontspec} 26 | \newfontfamily\cjkfont{Noto Sans CJK SC} % Or any appropriate font you have 27 | \usepackage{graphicx} % Allows including images 28 | \usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables 29 | \setbeamersize{text margin left=5pt,text margin right=5pt} 30 | %---------------------------------------------------------------------------------------- 31 | % TITLE PAGE 32 | %---------------------------------------------------------------------------------------- 33 | 34 | 35 | \author{David Lanzendörfer (leviathan)} 36 | \institute{\textit{Lanceville Technologies Group Ltd.}} 37 | \title{Libre Silicon} % The short title appears at the bottom of every slide, the full title is only on the title page 38 | \setbeamercovered{transparent} 39 | \setbeamertemplate{navigation symbols}{} 40 | %\logo{lsa.png} 41 | \date{\today} % Date, can be changed to a custom date 42 | 43 | \begin{document} 44 | \cjkfont 45 | 46 | \begin{frame} 47 | \titlepage % Print the title page as the first slide 48 | \end{frame} 49 | 50 | %---------------------------------------------------------------------------------------- 51 | % PRESENTATION SLIDES 52 | %---------------------------------------------------------------------------------------- 53 | 54 | %------------------------------------------------ 55 | \section[What]{} 56 | \begin{frame}{What we do} 57 | \begin{itemize} 58 | \setlength\itemsep{1em} 59 | \item We make \textbf{truely free silicon} through an open manufacturing process 60 | \item Breaking the monopoly of big semiconductor manufacturers 61 | \item Eliminating the vendor lock-in to big semiconductor manufacturers 62 | \item Making semiconductor development super quick and inexpensive 63 | \end{itemize} 64 | \end{frame} 65 | \begin{frame}{What we do} 66 | \begin{itemize} 67 | \setlength\itemsep{1em} 68 | \item Introducing the LSPL (LibreSilicon public license) 69 | \item Attracting commercial design houses to develop \textbf{free silicon} 70 | \item Eliminating NDAs\footnote{Non-disclosure Agreements} from hardware design flow 71 | \item Eliminating hardware back doors 72 | \end{itemize} 73 | \end{frame} 74 | 75 | %------------------------------------------------ 76 | 77 | %------------------------------------------------ 78 | \section[Why]{} 79 | 80 | \begin{frame}{Why are we doing this?} 81 | \begin{itemize} 82 | \item MPWs\footnote{Multi Project Wafer} cost around 20'000 USD 83 | \item MPWs take around 2-9 months 84 | \item All manufacturers want NDAs (some NDAs even have NDAs!) 85 | \item Your design for a vendor process contains process specific design quirks (also under NDA!) 86 | \item No manufacturer provides the GDS2 files in order to manufacture the designs in your basement (there is \textbf{no} free silicon yet) 87 | \item You can't even publish your own designs! 88 | \end{itemize} 89 | \end{frame} 90 | 91 | \begin{frame} 92 | \frametitle{Imagine you like to manufacture your own chip} 93 | \begin{itemize} 94 | \item You're going to a foundry 95 | \item Signing at least 3 NDAs, one for the PDK\footnote{Process design kit}, one for the standard cell libary and one for purchase details 96 | \item Invest a lot of money for the layout development and the mask set 97 | \item And have some reasons to change the foundry service\dots 98 | \end{itemize} 99 | \end{frame} 100 | 101 | \begin{frame} 102 | \centering 103 | \includegraphics[width=0.75\textwidth]{youre-fucked.png} 104 | \end{frame} 105 | 106 | \begin{frame} 107 | \frametitle{Reasons are} 108 | \begin{itemize} 109 | \item The technology is completely different 110 | \item The standard cells are mostly different 111 | \item The mask does not leave the foundry 112 | \item And even do not match another technology in another foundry 113 | \item Well, you've burned the costs for layout and mask set 114 | \end{itemize} 115 | \end{frame} 116 | 117 | \begin{frame}{Closed silicon market} 118 | \centering 119 | \hspace*{-0.3in} 120 | \includegraphics[width=0.75\textwidth]{market-closing.png} \\ 121 | \footnote{\url{http://semimd.com/favre/2016/08/24}} 122 | \end{frame} 123 | 124 | 125 | 126 | \section[How]{} 127 | 128 | \begin{frame}{How we do it} 129 | \begin{itemize} 130 | \item Introducing an open source chip manufacturing process standard specification 131 | \item Introducing a fully integrated free EDA for ASIC design\footnotemark 132 | \item Renting the clean room and manufacturing equipment at HKUST every 2 weeks for around 12 hours \\ 133 | \begin{center} 134 | \includegraphics[height=100pt]{cleanroom.png} 135 | \includegraphics[height=100pt]{examples.png} 136 | \end{center} 137 | \end{itemize} 138 | 139 | \end{frame} 140 | 141 | \begin{frame}{Libre Silicon EDA Tools} 142 | \begin{itemize} 143 | \item QtFlow EDA\footnote{\url{https://github.com/leviathanch/qtflow}} 144 | \begin{itemize} 145 | \item EDA suite written in Qt5 146 | \item Wave viewer 147 | \item Planned: 148 | \begin{itemize} 149 | \item Integration of higher level HDLs (CLash) 150 | \item Plugins through PythonQt 151 | \end{itemize} 152 | \end{itemize} 153 | \item Icarus Verilog simulation\footnote{\url{http://iverilog.icarus.com}} 154 | \item QRouter maze router\footnote{\url{https://github.com/leviathanch/qrouter}} 155 | \item GrayWolf floor planner\footnote{\url{https://github.com/leviathanch/graywolf}} 156 | \item Libre silicon compiler\footnote{\url{https://github.com/foshardware/lsc.git}} 157 | \end{itemize} 158 | 159 | \end{frame} 160 | 161 | \begin{frame} 162 | \frametitle{Helpful links} 163 | \begin{itemize} 164 | \item Mailing list \\ 165 | \url{https://list.o2s.ch/mailman/listinfo/libre-silicon-devel} 166 | \item Process \\ 167 | \url{https://github.com/libresilicon/libresiliconprocess} 168 | \item Test wafer (珠江芯片一号) \\ 169 | \url{https://github.com/chipforge/PearlRiver} 170 | \item Standard cell library \\ 171 | \url{https://github.com/chipforge/StdCellLib} 172 | \item Layout software/EDA \\ 173 | \url{https://github.com/leviathanch/qtflow} 174 | \end{itemize} 175 | \Huge{\centerline{You can help :-)}} 176 | \end{frame} 177 | 178 | \begin{frame}{PearlRiver (珠江芯片一号) screen shots} 179 | \frametitle{PearlRiver} 180 | \centering 181 | \includegraphics[width=0.75\textwidth]{Screenshot_20180929_015838.png} 182 | \end{frame} 183 | 184 | \begin{frame}{PearlRiver (珠江芯片一号) screen shots} 185 | \frametitle{Bonding pad} 186 | \centering 187 | \includegraphics[width=0.75\textwidth]{Screenshot_20180929_020016.png} 188 | \end{frame} 189 | 190 | \begin{frame}{PearlRiver (珠江芯片一号) screen shots} 191 | \frametitle{Holy apple of divine discord} 192 | \centering 193 | \includegraphics[width=0.75\textwidth]{Screenshot_20180929_023204.png} 194 | \end{frame} 195 | 196 | 197 | 198 | \begin{frame}{QtFlow screen shots} 199 | \includegraphics[width=100pt]{Screenshot_20171218_044022.png} 200 | \includegraphics[width=100pt]{Screenshot_20171218_045118.png} 201 | \includegraphics[width=100pt]{Screenshot_20171218_045416.png} 202 | \end{frame} 203 | 204 | \begin{frame} 205 | \frametitle{Make your self independend} 206 | \begin{itemize} 207 | \item You know about semiconductor manufacturing? Help us design an open and free process 208 | \item Fit with licensing? Help us with the LSPL 209 | \item You can help in other places if you like :-) 210 | \end{itemize} 211 | \end{frame} 212 | 213 | \begin{frame} 214 | \frametitle{TODO} 215 | \begin{itemize} 216 | \item Shrink PearlRiver( 珠江芯片一号) test wafer 217 | \item Next review before ordering the masks 218 | \item Documentation about what and how we like to measure parameters 219 | \item Transfer parameters into Spice BSIM3v3 models 220 | \item Manufacture a couple of wafers and doing measurement at HKUST 221 | \item Process refinement 222 | \item Finish standard cells 223 | \item Install process foundry for mass production 224 | \item Manufacture first microcontroller chip in 2019 (北角芯片) 225 | \end{itemize} 226 | \end{frame} 227 | 228 | \begin{frame} 229 | \frametitle{License} 230 | \begin{itemize} 231 | \item Free and open source - while for real hardware GPL or BSD does not work. 232 | \item Others like CERN we already evaluated. 233 | \item We like that everybody can use the process (even in your basement), 234 | \item Including universities and real foundries. 235 | \end{itemize} 236 | \end{frame} 237 | 238 | \begin{frame} 239 | \frametitle{Transfer-able} 240 | \begin{itemize} 241 | \item Everybody should have the possibility to transfer own designs into other foundries. 242 | \item Foundries can compete in production cost and / or corporate. 243 | \item Usable for education also, while even analog designs heavy depends on process parameters. 244 | \end{itemize} 245 | \end{frame} 246 | 247 | \begin{frame} 248 | \frametitle{The history so far} 249 | \begin{itemize} 250 | \item 2017 251 | \item 2018 252 | \end{itemize} 253 | \end{frame} 254 | 255 | \begin{frame} 256 | \frametitle{2017} 257 | \begin{itemize} 258 | \item leviathan opened a possibility to rent a clean room at Hong Kong University of Science and Technology 259 | \item leviathan got some funding 260 | \item leviathan gave a lightning talk in Leipzig at the 34th Chaos Communication Congress 261 | \end{itemize} 262 | \end{frame} 263 | 264 | 265 | \begin{frame} 266 | \frametitle{2018} 267 | \begin{itemize} 268 | \item We developed the first version of our 1um LibreSilicon process 269 | \item We are working on the standard cell library 270 | \item We already held a tool chain hackathon 271 | \item We are layouting a first test wafer({珠江芯片一号}) for technology parameter measurement 272 | \item Currently reviewing the test wafer and compress the layout now for more chips per wafer. 273 | \end{itemize} 274 | \end{frame} 275 | 276 | \begin{frame} 277 | \frametitle{Links} 278 | \begin{itemize} 279 | \item Process \\ 280 | \url{https://github.com/libresilicon/libresiliconprocess} 281 | \item Test wafer (珠江芯片一号) \\ 282 | \url{hhttps://github.com/chipforge/PearlRiver} 283 | \item Standard cell library \\ 284 | \url{hhttps://github.com/chipforge/StdCellLib} 285 | \item Tool Chain \\ 286 | \url{hhttps://github.com/leviathanch/qtflow} 287 | \end{itemize} 288 | \end{frame} 289 | 290 | 291 | 292 | \section[Who]{} 293 | 294 | \begin{frame}{Community projects} 295 | \begin{center} 296 | \includegraphics[width=100pt]{Icarus.png} \\ 297 | \includegraphics[width=100pt]{Yosys.png} \\ 298 | \includegraphics[height=50pt]{Opencircuit.png} 299 | \end{center} 300 | \end{frame} 301 | 302 | \begin{frame}{Companies and institutions} 303 | \begin{center} 304 | \includegraphics[width=100pt]{HKUST_Logo.png} 305 | \includegraphics[width=100pt]{NFF.jpg} \\ 306 | \includegraphics[width=100pt]{efabless_logo.png} \\ 307 | \includegraphics[width=100pt]{Lanceville.png} 308 | \end{center} 309 | \end{frame} 310 | 311 | 312 | 313 | \section[Conclusion]{} 314 | 315 | \begin{frame} 316 | \frametitle{Mumble} 317 | \begin{itemize} 318 | \item Weekly voice only conference call over Mumble\footnote{\url{https://www.mumble.com/mumble-download.php}} 319 | \item Every Sunday 21 p.m Hong Kong Time 320 | \item Server 109.109.202.102, Port 64738 321 | \end{itemize} 322 | \end{frame} 323 | 324 | 325 | \begin{frame} 326 | \frametitle{Contact me} 327 | \begin{itemize} 328 | \item E-Mail (preferred): david.lanzendoerfer@lanceville.cn 329 | \item Check whether I'm hanging around in Mumble (WARNING: Sometimes there are strange people there, it's public) 330 | \item IRC: \begin{itemize} 331 | \item Channel \#\#lsa on irc.freenode.net belongs to LibreSilicon alliance 332 | \item I'm hanging around on irc.freenode.net as leviathanch 333 | \end{itemize} 334 | \end{itemize} 335 | \end{frame} 336 | 337 | 338 | \begin{frame}{Thanks!} 339 | \begin{center} 340 | \textbf{非常感谢你们!} \\ 341 | \textbf{Thank you very much!} \\ 342 | \includegraphics[width=100pt]{cat.png} 343 | \end{center} 344 | \end{frame} 345 | 346 | %---------------------------------------------------------------------------------------- 347 | 348 | 349 | \end{document} 350 | -------------------------------------------------------------------------------- /Screenshot_20171218_044022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Screenshot_20171218_044022.png -------------------------------------------------------------------------------- /Screenshot_20171218_045118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Screenshot_20171218_045118.png -------------------------------------------------------------------------------- /Screenshot_20171218_045416.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Screenshot_20171218_045416.png -------------------------------------------------------------------------------- /Screenshot_20180929_015838.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Screenshot_20180929_015838.png -------------------------------------------------------------------------------- /Screenshot_20180929_020016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Screenshot_20180929_020016.png -------------------------------------------------------------------------------- /Screenshot_20180929_023204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Screenshot_20180929_023204.png -------------------------------------------------------------------------------- /Yosys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/Yosys.png -------------------------------------------------------------------------------- /cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/cat.png -------------------------------------------------------------------------------- /cleanroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/cleanroom.png -------------------------------------------------------------------------------- /efabless_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/efabless_logo.png -------------------------------------------------------------------------------- /end1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/end1.png -------------------------------------------------------------------------------- /end3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/end3.png -------------------------------------------------------------------------------- /end4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/end4.png -------------------------------------------------------------------------------- /end5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/end5.png -------------------------------------------------------------------------------- /end6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/end6.png -------------------------------------------------------------------------------- /examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/examples.png -------------------------------------------------------------------------------- /lsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/lsa.png -------------------------------------------------------------------------------- /market-closing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/market-closing.png -------------------------------------------------------------------------------- /process1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/process1.png -------------------------------------------------------------------------------- /process2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/process2.png -------------------------------------------------------------------------------- /process3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/process3.png -------------------------------------------------------------------------------- /process4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/process4.png -------------------------------------------------------------------------------- /process5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/process5.png -------------------------------------------------------------------------------- /process6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/process6.png -------------------------------------------------------------------------------- /qtflow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/qtflow1.png -------------------------------------------------------------------------------- /youre-fucked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leviathanch/SITCON/7c59b16edd27c47cfc52170ac95b2f48fd39b47d/youre-fucked.png --------------------------------------------------------------------------------