ΠΠΈΡΡΠ΅ΡΡΠ°ΡΠΈΡ, Technische Universiteit Eindhoven, 1997, -156 pp.<div class="bb-sep"></div>With the increasing complexity and tight time-to-market schedules of todayβs digital systems, it is becoming more and more difficult to design correct circuits for these systems. Therefore, throughout the design
Formal Verification of Circuits
β Scribed by Rolf Drechsler (auth.)
- Publisher
- Springer US
- Year
- 2000
- Tongue
- English
- Leaves
- 184
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Formal verification has become one of the most important steps in circuit design. Since circuits can contain several million transistors, verification of such large designs becomes more and more difficult. Pure simulation cannot guarantee the correct behavior and exhaustive simulation is often impossible. However, many designs, like ALUs, have very regular structures that can be easily described at a higher level of abstraction. For example, describing (and verifying) an integer multiplier at the bit-level is very difficult, while the verification becomes easy when the outputs are grouped to build a bit-string. Recently, several approaches for formal circuit verification have been proposed that make use of these regularities. These approaches are based on Word-Level Decision Diagrams (WLDDs) which are graph-based representations of functions (similar to BDDs) that allow for the representation of functions with a Boolean range and an integer domain.
Formal Verification of Circuits is devoted to the discussion of recent developments in the field of decision diagram-based formal verification. Firstly, different types of decision diagrams (including WLDDs) are introduced and theoretical properties are discussed that give further insight into the data structure. Secondly, implementation and minimization concepts are presented. Applications to arithmetic circuit verification and verification of designs specified by hardware description languages are described to show how WLDDs work in practice.
Formal Verification of Circuits is intended for CAD developers and researchers as well as designers using modern verification tools. It will help people working with formal verification (in industry or academia) to keep informed about recent developments in this area.
β¦ Table of Contents
Front Matter....Pages i-x
Introduction....Pages 1-3
Notations and Definitions....Pages 5-8
Decision Diagrams....Pages 9-23
Theoretical Aspects of WLDDs....Pages 25-40
Implementation of WLDDs....Pages 41-56
Minimization of DDs....Pages 57-129
Arithmetic Circuits....Pages 131-156
Verification of HDLs....Pages 157-164
Conclusions....Pages 165-166
Back Matter....Pages 167-179
β¦ Subjects
Computing Methodologies; Computer-Aided Engineering (CAD, CAE) and Design; Electrical Engineering; Computer Hardware
π SIMILAR VOLUMES
Intended for hardware design engineers, this book introduces general verification techniques, compares them with formal verification techniques, and provides instructions for creating formal high level requirement. The authors discuss formal verification concepts for both applied Boolean and sequent
Content: <br>Chapter 1 SPARK β A Language and Tool?Set for High?Integrity Software Development (pages 1β27): Ian O'Neill<br>Chapter 2 Model?Based Testing Automatic Generation of Test Cases Using the Markov Chain Model (pages 29β81): Helene Le Guen, Frederique Vallee and Anthony Faucogney<br>Chapter
This book provides an engineering insight into how to provide a scalable and robust verification solution with ever increasing design complexity and sizes. It describes SAT-based model checking approaches and gives engineering details on what makes model checking practical. The book brings together