Developing Trustworthy Hardware with Security-Driven Design and Verification

Total Page:16

File Type:pdf, Size:1020Kb

Developing Trustworthy Hardware with Security-Driven Design and Verification Developing Trustworthy Hardware with Security-Driven Design and Verification by Timothy D. Trippel A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Computer Science and Engineering) in The University of Michigan 2021 Doctoral Committee: Assistant Professor Matthew Hicks, Co-Chair, Virginia Tech Professor Kang G. Shin, Co-Chair Research Professor Peter Honeyman Assistant Professor Baris Kasikci Professor Euisik Yoon Timothy D. Trippel [email protected] ORCID iD: 0000-0002-3448-6868 © Timothy D. Trippel 2021 To my parents, Christine and Terrence. And to my siblings, Caroline and Christopher. ii ACKNOWLEDGEMENTS As my time as a Michigan graduate is student is coming to an end, I reflect on the people in my life that partook in making this experience both possible and exciting. First I would like to thank my advisor, Professor Kang G. Shin. While I did not start the Ph.D. program as a student in his lab, Professor Shin took a chance on me. He taught me the value of perseverance, and has kept me motivated throughout my studies. I would also like to thank my co-advisor, Matthew Hicks, for his support and mentor- ship throughout my academic career. I first met Matt when he was finishing his position as a post-doc at Michigan. During his first year as research staff at MIT Lincoln Laboratory, Matt convinced me to due a summer internship in his group. Little did I know, that intern- ship would set the path for the remainder of my dissertation work. Matt has always kept my best interests in mind, and has taught me how to become a successful researcher. Thank you to my remaining committee members—Baris Kasikci, Peter Honeyman, and Eusik Yoon—for their feedback and support. A special thank you to Peter Honeyman for always being available to chat, and guiding me through the ups and downs of graduate school. I will miss his end-of-term celebrations, and seeing him out around Ann Arbor. Thank you to my high school and undergraduate mentors who sparked my interests in scientific research and engineering. A special thank you to Matt Champion from the University of Notre Dame who gave me an early glimpse of academic research as a high school student. Through various successful science fair projects Matt sparked my creativity in engineering and always held me to a high standard. Additionally, I want to thank Cheng- kok Koh and David Meyer from Purdue University that gave me opportunities to continue iii pursuing scientific research and teaching during my time as undergraduate student. Without them, I would have never pursued graduate school to begin with. Thank you to Kevin Bush, my supervisor and close mentor at MIT Lincoln Labora- tory. I first met Kevin when I came to work in his group at Lincoln with Matt Hicks. The internship was such a success I decided to do two more during my graduate studies. Kevin’s support both academically and professionally has directly contributed to the suc- cess of many projects in my dissertation. I would also like to thank my industry mentors at Google—Alex Chernyakovsky, Garret Kelly, and Dominic Rizzo—for giving me the op- portunity to apply my research ideas to real-world commercial products, and for a great virtual internship experience, during unprecedented pandemic times. I would like to extend a thank you to my early lab mates, Ofir Weisse and Jeremy Erickson, who helped guide me early in the program, and have provided me countless hours of advice as I transition to the next chapter of my career. Additionally, thank you to all RTCL lab members who overlapped with me during my time at Michigan, especially, Kassem Fawaz, Eugene Kim, Yu-Chih Tung, Kyong Tak Cho, Youngmoon Lee, Hamed Yousefi, Arun Ganesan, Dongyao Chen, Chun-Yu Chen, Taeju Park, Mert Pese,´ Duc Bui, Juncheng Gu, Jinkyu Lee, Haichuan Ding, Youssef Tobah, Hsun-Wei Cho, Noah Curran, and Wei-Lun Huang. Additionally, thanks to all the friends I made at Michigan, especially my house mates and colleagues: Alejandro, Alex, Becky, Ian, Jonathan, Jule, Lauren, Max, Mo, and Richard. You made these years fly by with delicious food and good times. Thanks to my Grandma (June) and Grandpa (Ed) Garrow, and Grandma (Angie) and Grandpa (Jim) Trippel, for being supportive of me and watching me every summer as I grew up. I know if you were all still alive, you would be very proud of what I have accomplished. Thanks to my Uncle Bob (UB), Aunt Paula (AP), and my cousins Matthew and Sarah for being my second family and hosting me during my numerous summer internships in the Boston area. Thanks for all your support and encouragement and for making me feel at iv home every summer. I always looked forward to spending summers on the Cape, enjoying countless hours of boating, golfing, and eating. Thanks to my older sister, Caroline, and younger brother Christopher. You are the best siblings I could ever ask for. Thank you for sparking my competitive edge that keeps me motivated and brings out the best in myself. You give me someone to look up to, and always set the bar high. Most importantly, thank you to my parents, Christine and Terrence who have instilled in me the values of perseverance and education from a young age. You taught me I could do anything and become anyone if I put my mind to it, and always encouraged me to take on tough challenges. Thank you for always ensuring I got the best education, and for signing me up for piano and golf lessons. These activities taught me how to focus and never give up. Thank you for exposing me to computers and electronics at a young age and encouraging me to pursue my interests in science and technology. Lastly, thank you for teaching how to enjoy life through cooking and sharing good food, something my house mates and I have continued throughout graduate school. Additionally, thank you Lauren for being my best friend, and biggest fan. Your hard work and perseverance through your teaching inspires me everyday. Thanks for keeping me active and encouraging me to try new things through our numerous bike rides, ski trips, hikes, and dining endeavors across Michigan. You make time fly by, and I can’t wait for our next adventure. Lastly, thank you to the several funding agencies that supported the work described in this dissertation, including: 1) the Under Secretary of Defense for Research and En- gineering under Air Force Contract No. FA8702-15-D-0001, 2) the US National Science Foundation under Grant CNS-1646130, 3) the National Science Foundation Graduate Re- search Fellowship Program under Grant No. DGE 1256260, 4) the US Army Research Office under Grant W911NF-21-1-0057, and 5) the Defense Advanced Research Projects Agency. Any opinions, findings, and conclusions or recommendations expressed in this v dissertation are those of the author and do not necessarily reflect the views of the funding agencies. vi TABLE OF CONTENTS DEDICATION ::::::::::::::::::::::::::::::::::: ii ACKNOWLEDGEMENTS :::::::::::::::::::::::::::: iii LIST OF FIGURES :::::::::::::::::::::::::::::::: xii LIST OF TABLES ::::::::::::::::::::::::::::::::: xx LIST OF APPENDICES :::::::::::::::::::::::::::::: xxi LIST OF ABBREVIATIONS ::::::::::::::::::::::::::: xxii ABSTRACT ::::::::::::::::::::::::::::::::::::: xxv CHAPTER I. Introduction .................................1 1.1 Motivation . .1 1.2 Hardware Development Trends . .2 1.3 Research Challenges & Thesis Statement . .2 1.4 Dissertation Contributions . .3 1.4.1 Security-Driven (Layout) Design . .3 1.4.2 Security-Driven (RTL) Verification . .4 1.5 Road Map . .5 II. Background .................................6 2.1 IC Design Process . .6 2.2 Hardware Trojans . .7 2.2.1 Trojan Trigger . .7 2.2.2 Trojan Payload . .8 2.3 Threat Models . .8 2.3.1 Fabrication-Time Attacks . .8 2.3.2 Design-Time Attacks . 10 vii III. ICAS ..................................... 11 3.1 Introduction . 11 3.2 Background . 14 3.2.1 IC Layouts . 14 3.2.2 Fabrication-Time Trojan Implementations . 15 3.3 Threat Model . 16 3.4 Untrusted Foundry Defenses . 17 3.4.1 Undirected . 18 3.4.2 Directed . 18 3.5 Unified Attack Metrics . 19 3.5.1 Challenges of Trojan Placement . 19 3.5.2 Challenges of Victim/Trojan Integration . 20 3.5.3 Challenges of Intra-Trojan Routing . 23 3.6 Extensible Coverage Assessment Framework . 24 3.6.1 Nemo . 25 3.6.2 GDSII-Score . 28 3.7 Evaluation . 32 3.7.1 Experimental Setup . 33 3.7.2 Undirected Defense Coverage . 35 3.7.3 Directed Defense Coverage . 41 3.8 Discussion . 43 3.8.1 ICAS-Driven Defensive Layout . 43 3.8.2 Constrained Security Metrics . 44 3.8.3 Extensibility of Security Metrics . 44 3.8.4 Extensibility of CAD Tools . 44 3.8.5 Extensibility of Process Technologies . 45 3.8.6 Limitations . 45 3.8.7 Justification for Metrics . 46 3.9 Related Work . 47 3.9.1 Untrusted-foundry Attacks . 47 3.9.2 Untrusted-foundry Defenses . 47 3.10 Conclusion . 48 3.11 Citation . 49 IV. T-TER .................................... 50 4.1 Introduction . 50 4.2 Background . 54 4.2.1 Fabrication-Time Attack Steps . 54 4.2.2 Layout-Level Defenses. 54 4.2.3 Time-Domain Reflectometry (TDR) . 55 4.2.4 IC Interconnect Models . 55 4.2.5 TDR for IC Fault Analysis . 56 viii 4.3 Threat Model . 57 4.4 Targeted Tamper-Evident Routing (T-TER) . 58 4.4.1 Identifying Security-Critical Nets to Guard . 58 4.4.2 Guard Wire Bypass Attacks . 59 4.4.3 Tamper-Evident Guard Wires . 59 4.5 Implementation . 62 4.5.1 Place-&-Route Process . 62 4.5.2 Automated Toolchain . 63 4.6 Evaluation .
Recommended publications
  • Metadefender Core V4.12.2
    MetaDefender Core v4.12.2 © 2018 OPSWAT, Inc. All rights reserved. OPSWAT®, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc. All other trademarks, trade names, service marks, service names, and images mentioned and/or used herein belong to their respective owners. Table of Contents About This Guide 13 Key Features of Metadefender Core 14 1. Quick Start with Metadefender Core 15 1.1. Installation 15 Operating system invariant initial steps 15 Basic setup 16 1.1.1. Configuration wizard 16 1.2. License Activation 21 1.3. Scan Files with Metadefender Core 21 2. Installing or Upgrading Metadefender Core 22 2.1. Recommended System Requirements 22 System Requirements For Server 22 Browser Requirements for the Metadefender Core Management Console 24 2.2. Installing Metadefender 25 Installation 25 Installation notes 25 2.2.1. Installing Metadefender Core using command line 26 2.2.2. Installing Metadefender Core using the Install Wizard 27 2.3. Upgrading MetaDefender Core 27 Upgrading from MetaDefender Core 3.x 27 Upgrading from MetaDefender Core 4.x 28 2.4. Metadefender Core Licensing 28 2.4.1. Activating Metadefender Licenses 28 2.4.2. Checking Your Metadefender Core License 35 2.5. Performance and Load Estimation 36 What to know before reading the results: Some factors that affect performance 36 How test results are calculated 37 Test Reports 37 Performance Report - Multi-Scanning On Linux 37 Performance Report - Multi-Scanning On Windows 41 2.6. Special installation options 46 Use RAMDISK for the tempdirectory 46 3. Configuring Metadefender Core 50 3.1. Management Console 50 3.2.
    [Show full text]
  • Linuxvilag-66.Pdf 8791KB 11 2012-05-28 10:27:18
    Magazin Hírek Java telefon másképp Huszonegyedik századi autótolvajok Samsung okostelefon Linuxszal Magyarországon még nem jellemzõ, Kínában már kapható de tõlünk nyugatabbra már nem tol- a Samsung SCH-i819 mo- vajkulccsal vagy feszítõvassal, hanem biltelefonja, amely Prizm laptoppal járnak az autótolvajok. 2.5-ös Linuxot futtat. Ot- Mindezt azt teszi lehetõvé, hogy tani nyaralás esetén nyu- a gyújtás, a riasztó és az ajtózárak is godtan vásárolhatunk távirányíthatóak, így egy megfelelõen belõle, hiszen a CDMA felszerelt laptoppal is irányíthatóak 800 MHz-e mellett az ezek a rendszerek. európai 900/1800 MHz-et http://www.leftlanenews.com/2006/ is támogatja. A kommunikációt egy 05/03/gone-in-20-minutes-using- Qualcomm MSM6300-as áramkör bo- laptops-to-steal-cars/ nyolítja, míg az alkalmazások egy 416 MHz-es Intel PXA270-es processzoron A Lucent Technologies és a SUN Elephants Dream futnak. A készülék Class 10-es GPRS elkészítette a Jasper S20-at, ami adatátvitelre képes, illetve tartalmaz alapvetõen más koncepcióval GPS (globális helymeghatározó) vevõt © Kiskapu Kft. Minden jog fenntartva használja a Java-t, mint a mostani is. Az eszköz 64 megabájt SDRAM-ot és telefonok. Joggal kérdezheti a kedves 128 megabájt nem felejtõ flash memóri- Olvasó, hogy megéri-e, van-e hely át kapott, de micro-SD memóriakártyá- a jelenlegi Symbian, Windows Mobile val ezt tovább bõvíthetjük. A kijelzõje és Linux trió mellett. A jelenlegi 2.4 hüvelykes, felbontása pedig „csak” telefonoknál kétféleképpen futhat 240x320 képpont 65 ezer színnel. egy program: natív vagy Java mód- Május 19-én elérhetõvé tette az Orange Természetesen a trendeknek megfele- ban. A Java mód ott szükségessé Open Movie Project elsõ rövidfilmjét lõen nem maradt ki a 2 megapixeles tesz pár olyan szintet, amely Creative Commons jogállással.
    [Show full text]
  • Lewis University Dr. James Girard Summer Undergraduate Research Program 2021 Faculty Mentor - Project Application
    Lewis University Dr. James Girard Summer Undergraduate Research Program 2021 Faculty Mentor - Project Application Exploring the Use of High-level Parallel Abstractions and Parallel Computing for Functional and Gate-Level Simulation Acceleration Dr. Lucien Ngalamou Department of Engineering, Computing and Mathematical Sciences Abstract System-on-Chip (SoC) complexity growth has multiplied non-stop, and time-to- market pressure has driven demand for innovation in simulation performance. Logic simulation is the primary method to verify the correctness of such systems. Logic simulation is used heavily to verify the functional correctness of a design for a broad range of abstraction levels. In mainstream industry verification methodologies, typical setups coordinate the validation e↵ort of a complex digital system by distributing logic simulation tasks among vast server farms for months at a time. Yet, the performance of logic simulation is not sufficient to satisfy the demand, leading to incomplete validation processes, escaped functional bugs, and continuous pressure on the EDA1 industry to develop faster simulation solutions. In this research, we will explore a solution that uses high-level parallel abstractions and parallel computing to boost the performance of logic simulation. 1Electronic Design Automation 1 1 Project Description 1.1 Introduction and Background SoC complexity is increasing rapidly, driven by demands in the mobile market, and in- creasingly by the fast-growth of assisted- and autonomous-driving applications. SoC teams utilize many verification technologies to address their complexity and time-to-market chal- lenges; however, logic simulation continues to be the foundation for all verification flows, and continues to account for more than 90% [10] of all verification workloads.
    [Show full text]
  • Comparación Y Análisis De Desempeño De Unidades De Procesamiento Gráfico Como Alternativa De Computación Paralela Para Procesos De Simulación En Ingeniería
    Comparación y análisis de desempeño de unidades de procesamiento gráfico como alternativa de computación paralela para procesos de simulación en ingeniería. Yerman Jahir Avila Garzón Universidad Nacional de Colombia Facultad de Ingeniería, Departamento de Ingeniería Eléctrica y Electrónica Bogotá DC, Colombia 2015 Comparación y análisis de desempeño de unidades de procesamiento gráfico como alternativa de computación paralela para procesos de simulación en ingeniería. Yerman Jahir Avila Garzón Tesis presentada como requisito parcial para optar al título de: Magister en Ingeniería – Automatización Industrial Director: Ph.D., M.Sc. Ing. Electricista Johan Sebastián Eslava Garzón Línea de Investigación: Arquitectura de Computadores y Computación Paralela, Electrónica Digital, Optimización Grupo de Investigación: GMUN: Grupo de Microelectrónica Universidad Nacional Universidad Nacional de Colombia Facultad de Ingeniería, Departamento de Ingeniería Eléctrica y Electrónica Bogotá DC, Colombia 2015 El que ama la educación ama el saber; el que odia la educación es un tonto. Proverbios 12, 1 A mi esposa Jazmín y mi pequeño hijo Diego José quien está por nacer. A mis padres Ismael y María Antonia, y a mi hermano Arley. A mis abuelas Erminda y Nohemy. A mis abuelos Parmenio† y Celestino†. Resumen y Abstract VII Resumen La computación de propósito general en las unidades de procesamiento gráfico GPU es una área de en continuo crecimiento. Las arquitecturas actuales de las GPU permiten la optimización, a través de diferentes lenguajes de programación (p. ej. CUDA C, CUDA Fortran, OpenCL, entre otros) aplicaciones existentes o crear nuevas aplicaciones que permitan aprovechar el paralelismo natural de GPU. Se busca mejorar el tiempo de ejecución algoritmos complejos, un mejor uso de los recursos computacionales y mayor acceso a plataformas de computación de alto rendimiento.
    [Show full text]
  • Review of FPD's Languages, Compilers, Interpreters and Tools
    ISSN 2394-7314 International Journal of Novel Research in Computer Science and Software Engineering Vol. 3, Issue 1, pp: (140-158), Month: January-April 2016, Available at: www.noveltyjournals.com Review of FPD'S Languages, Compilers, Interpreters and Tools 1Amr Rashed, 2Bedir Yousif, 3Ahmed Shaban Samra 1Higher studies Deanship, Taif university, Taif, Saudi Arabia 2Communication and Electronics Department, Faculty of engineering, Kafrelsheikh University, Egypt 3Communication and Electronics Department, Faculty of engineering, Mansoura University, Egypt Abstract: FPGAs have achieved quick acceptance, spread and growth over the past years because they can be applied to a variety of applications. Some of these applications includes: random logic, bioinformatics, video and image processing, device controllers, communication encoding, modulation, and filtering, limited size systems with RAM blocks, and many more. For example, for video and image processing application it is very difficult and time consuming to use traditional HDL languages, so it’s obligatory to search for other efficient, synthesis tools to implement your design. The question is what is the best comparable language or tool to implement desired application. Also this research is very helpful for language developers to know strength points, weakness points, ease of use and efficiency of each tool or language. This research faced many challenges one of them is that there is no complete reference of all FPGA languages and tools, also available references and guides are few and almost not good. Searching for a simple example to learn some of these tools or languages would be a time consuming. This paper represents a review study or guide of almost all PLD's languages, interpreters and tools that can be used for programming, simulating and synthesizing PLD's for analog, digital & mixed signals and systems supported with simple examples.
    [Show full text]
  • Verilog Synthesis and Formal Verification with Yosys Clifford Wolf
    Verilog Synthesis and Formal Verification with Yosys Clifford Wolf Easterhegg 2016 Overview A) Quick introduction to HDLs, digital design flows, ... B) Verilog HDL Synthesis with Yosys 1. OSS iCE40 FPGA Synthesis flow 2. Xilinx Verilog-to-Netlist Synthesis with Yosys 3. OSS Silego GreenPAK4 Synthesis flow 4. Synthesis to simple Verilog or BLIF files 5. ASIC Synthesis and custom flows C) Formal Verification Flows with Yosys 1. Property checking with build-in SAT solver 2. Property checking with ABC using miter circuits 3. Property checking with yosys-smtbmc and SMT solvers 4. Formal and/or structural equivalence checking Quick Introduction ● What is Verilog? What are HDLs? ● What are HDL synthesis flows? ● What are verification, simulation, and formal verification? ● What FOSS tools exist for working with Verilog designs? ● How to use Yosys? Where is the documentation? What is Verilog? What are HDLs? ● Hardware Description Languages (HDLs) are computer languages that describe digital circuits. ● The two most important HDLs are VHDL and Verilog / SystemVerilog. (SystemVerilog is Verilog with a lot of additional features added to the language.) ● Originally HDLs where only used for testing and documentation. But nowadays HDLs are also used as design entry (instead of e.g. drawing schematics). ● Converting HDL code to a circuit is called HDL Synthesis. Simple Verilog Example module example000 ( input clk, output [4:0] gray_counter ); localparam PRESCALER = 100; reg [$clog2(PRESCALER)-1:0] fast_counter = 0; reg [4:0] slow_counter = 0; always @(posedge clk) begin if (fast_counter == PRESCALER) begin fast_counter <= 0; slow_counter <= slow_counter + 1; end else begin fast_counter <= fast_counter + 1; end end assign gray_counter = slow_counter ^ (slow_counter >> 1); endmodule Simple Verilog Example .
    [Show full text]
  • Eee4120f Hpes
    The background details to FPGAs were covered in Lecture 15. This Lecture 16 lecture launches into HDL coding. Coding in Verilog module myveriloglecture ( wishes_in, techniques_out ); … // implementation of today’s lecture … endmodule Lecturer: Learning Verilog with Xilinx ISE, Icarus Verilog or Simon Winberg Altera Quartus II Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) Why Verilog? Basics of Verilog coding Exercise Verilog simulators Intro to Verilog in ISE/Vivado Test bench Generating Verilog from Schematic Editors Because it is… Becoming more popular than VHDL!! Verilog is used mostly in USA. VHDL is used widely in Europe, but Verilog is gaining popularity. Easier to learn since it is similar to C Things like SystemC and OpenCL are still a bit clunky in comparison (although in years to come they become common) I think it’s high time for a new & better HDL language!! (Let’s let go of C! And scrap ADA for goodness sake. Maybe I’ll present some ideas in a later lecture.) break free from the constraints of the old language constructs History of Verilog 1980 Verilog developed by Gateway Design Automation (but kept as their own ‘secret weapon’) 1990 Verilog was made public 1995 adopted as IEEE standard 1364-1995 (Verilog 95) 2001 enhanced version: Verilog 2001 Particularly built-in operators +, -, /, *, >>>. Named parameter overrides, always, @* 2005 even more refined version: Verilog 2005 (is not same as SystemVerilog!) SystemVerilog (superset of Verilog-2005) with new features. SystemVerilog and Verilog language standards were merged into SystemVerilog 2009 (IEEE Standard 1800-2009, the current version is IEEE standard 1800-2012).
    [Show full text]
  • Open-Source Tools for FPGA Development
    Open-Source tools for FPGA development Marek Vaˇsut <[email protected]> October 13, 2016 Marek Vaˇsut <[email protected]> Open-Source tools for FPGA development Marek Vasut I Software engineer at DENX S.E. since 2011 I Embedded and Real-Time Systems Services, Linux kernel and driver development, U-Boot development, consulting, training I Versatile Linux kernel hacker I Custodian at U-Boot bootloader I oe-core contributor Marek Vaˇsut <[email protected]> Open-Source tools for FPGA development Structure of the talk I Introduction to FPGA technology I Compiling the FPGA content, from HDL to bitstream: I Analysis and Synthesis tools I Place and Route tools I Assembler tools I Simulation/Visualisation tools I Demonstration I Why are open-source FPGA tools hard? Marek Vaˇsut <[email protected]> Open-Source tools for FPGA development FPGA I Field Programmable Gate Array I High-Speed Programmable logic I Plenty of I/O options I Extremely parallel architecture I Usually used for: I Digital Signal Processing (DSP) I Parallel data processing I Custom hardware interfaces I ASIC prototyping I ... I Common vendors { Xilinx, Altera, Lattice, Microsemi. Marek Vaˇsut <[email protected]> Open-Source tools for FPGA development Internal structure BLUE Global interconnect GREEN Local interconnect RED Logic element Marek Vaˇsut <[email protected]> Open-Source tools for FPGA development Programming the FPGA I Each vendor has his own set of tools: Altera Quartus, Xilinx Vivado/ISE, Lattice Diamond, . I Tools are generally closed source I Flow is very similar between tools: Analysis and Synthesis HDL ! Netlist Pack, Place and Route Netlist ! Technology Assembler Technology ! Bitstream Timing Analysis Analyze design timing Check timing constraints Simulation and Visualisation Simulate and analyze the design on the host Marek Vaˇsut <[email protected]> Open-Source tools for FPGA development Analysis and Synthesis I HDL ! Netlist I Behavioral model ! Circuit schematic I Analysis { Parsing of HDLs, validation, .
    [Show full text]
  • Verilator: Fast, Free, but for Me?
    Verilator: Fast, Free, But for Me? http://www.veripool.org/papers Wilson Snyder Cavium Networks [email protected] Agenda • Why Open Source Simulation? • Introduction to Verilator • Getting Started with Verilator • Verilator Futures • Other Tools • Conclusion •Q & A 2 Verilator: Fast, Free, but for Me? wsnyder 2010-09 Where’s Open Source From? • Generally, not from Hobbyists • Every company has a pile of hackware, often i ne ffici en tly re inven ting the same so lu tion – Instead they contribute, borrow and improve • Verilator was of this mode – When written, there’ sswas was no “Application owns the main-loop” Verilog compiler 3 Verilator: Fast, Free, but for Me? wsnyder 2010-09 Why Write Open Source? • Authoring open source is often more cost effective than licenses – Even if one person spends lots of time (I’m below 10%) • Contributions by others later benefit employer – Certainly more cost effective to share labor with others – Other authors wrote many features later needed by my employer • Much higher documentation quality • Much higher test quality • Learn great techniques from other companies 4 Verilator: Fast, Free, but for Me? wsnyder 2010-09 Open Source Advantages (1) • Financial – CtCost – iff it does c lose to w ha t you nee d • Else, need a cost-benefit analysis – Not worth rewriting rarely used commercial tools – Open License – Required for some applications • Example: NXP needed a solution they could provide to software developers, and couldn’t contact a license server • Example: Running simulations on cloud machines –
    [Show full text]
  • Hardware Description Language Modelling and Synthesis of Superconducting Digital Circuits
    Hardware Description Language Modelling and Synthesis of Superconducting Digital Circuits Nicasio Maguu Muchuka Dissertation presented for the Degree of Doctor of Philosophy in the Faculty of Engineering, at Stellenbosch University Supervisor: Prof. Coenrad J. Fourie March 2017 Stellenbosch University https://scholar.sun.ac.za Declaration By submitting this dissertation electronically, I declare that the entirety of the work contained therein is my own, original work, that I am the sole author thereof (save to the extent explicitly otherwise stated), that reproduction and publication thereof by Stellenbosch University will not infringe any third party rights and that I have not previously in its entirety or in part submitted it for obtaining any qualification. Signature: N. M. Muchuka Date: March 2017 Copyright © 2017 Stellenbosch University All rights reserved i Stellenbosch University https://scholar.sun.ac.za Acknowledgements I would like to thank all the people who gave me assistance of any kind during the period of my study. ii Stellenbosch University https://scholar.sun.ac.za Abstract The energy demands and computational speed in high performance computers threatens the smooth transition from petascale to exascale systems. Miniaturization has been the art used in CMOS (complementary metal oxide semiconductor) for decades, to handle these energy and speed issues, however the technology is facing physical constraints. Superconducting circuit technology is a suitable candidate for beyond CMOS technologies, but faces challenges on its design tools and design automation. In this study, methods to model single flux quantum (SFQ) based circuit using hardware description languages (HDL) are implemented and thereafter a synthesis method for Rapid SFQ circuits is carried out.
    [Show full text]
  • Welcome to 6.111! Hardware – Nothing in the Cloud
    6.111 Introductory Digital Systems Lab • Learn digital systems through lectures, labs and a final project using FPGAs and Verilog. • Gain experience with hands on course with real Welcome to 6.111! hardware – nothing in the cloud. • Introductions, course mechanics Handouts • 6.111 satisfies • Course overview • lecture slides, – Course 6: DLAB2, II, EECS, AUS2 • Digital signaling • LPset #1, • info form – Course 16: Laboratory requirement, Professional Area • Combinational logic subject Lecture material: Prof Anantha Chandrakasan and Dr. Chris Terman. Lecture 1 6.111 Fall 2019 1 Lecture 1 6.111 Fall 2019 2 Introductions 38-600 Lab hours: S 1-11:45p M-R 9-11:45p 49 Stations F 9-5p Stata 38-644 Conference GH room Gim Hom Joe Steinmeyer Sarah Flanagan Mike Wang Diana Wofk TA Lectures Lectures TA TA Sam Cherna Isabelle Liu Lydia SunMark Theng August Trollback LA’s Lecture 1 6.111 Fall 2019 3 Lecture 1 6.111 Fall 2019 4 Course Website: web.mit.edu/6.111 Assignments - Grading Lab: 38-600 Participation Presentation 2% Lecture & report Problems 13% 16% Announcements, updates, etc Technical information and data sheet Online copies of lecture notes, lpsets and labs Final project info On‐line grades Labs 34% * PDF submissions Final Project 35% Verilog submissions Policies and important dates A large number of students do "A" level work and are, indeed, rewarded Tools with a grade of "A". The corollary to this is that, since average On‐line Q&A performance levels are so high, punting any part of the subject can lead to a disappointing grade.
    [Show full text]
  • DVS:An Object Oriented System for Distributed Verilog Simulation
    DVS: An Object-Oriented Framework for Distributed Verilog Simulation Lijun Li, Hai Huang and Carl Tropper School of Computer Science McGill University Montreal, Canada lli22, hhuang17, [email protected] Abstract need for decreased simulation time, it is necessary to make use of distributed and parallel computer systems[18]. Net- There is a wide-spread usage of hardware design lan- works of workstations provide a cost-effective environment guages(HDL) to speed up the time-to-market for the design for distributed simulation. of modern digital systems. Verification engineers can sim- Verilog and VHDL are both important VLSI design lan- ulate hardware in order to verify its performance and cor- guages. However, research efforts to date have focused rectness with help of an HDL. However, simulation can’t on distributed VHDL simulators[7, 12, 13]. This paper keep pace with the growth in size and complexity of circuits presents a description of our research to date on a distributed and has become a bottleneck of the design process. Dis- Verilog simulation framework. To the best of our knowl- tributed HDL simulation on a cluster of workstations has edge, ours is the first distributed Verilog simulator. the potential to provide a cost-effective solution to this prob- Writing a Verilog compiler represents a substantial com- lem. mitment. Consequently, we made use of Icarus Verilog, an In this paper, we describe the design and implementa- open source Verilog compiler and simulator. We also re- tion of DVS, an object-oriented framework for distributed designed Clustered Time Warp[2] and used it as our back- Verilog simulation.
    [Show full text]