Hardware Verification with System Verilog: An Object-Oriented Framework
Autor Mike Mintz, Robert Ekendahlen Limba Engleză Paperback – 4 noi 2010
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 688.66 lei 43-57 zile | |
Springer Us – 4 noi 2010 | 688.66 lei 43-57 zile | |
Hardback (1) | 940.22 lei 43-57 zile | |
Springer Us – 22 mai 2007 | 940.22 lei 43-57 zile |
Preț: 688.66 lei
Preț vechi: 810.19 lei
-15% Nou
Puncte Express: 1033
Preț estimativ în valută:
131.80€ • 136.90$ • 109.48£
131.80€ • 136.90$ • 109.48£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781441944085
ISBN-10: 1441944087
Pagini: 336
Ilustrații: XXII, 314 p.
Dimensiuni: 178 x 254 x 18 mm
Greutate: 0.59 kg
Ediția:Softcover reprint of hardcover 1st ed. 2007
Editura: Springer Us
Colecția Springer
Locul publicării:New York, NY, United States
ISBN-10: 1441944087
Pagini: 336
Ilustrații: XXII, 314 p.
Dimensiuni: 178 x 254 x 18 mm
Greutate: 0.59 kg
Ediția:Softcover reprint of hardcover 1st ed. 2007
Editura: Springer Us
Colecția Springer
Locul publicării:New York, NY, United States
Public țintă
Professional/practitionerCuprins
SystemVerilog and Verification (The Why and How).- Why SystemVerilog?.- OOP and SystemVerilog.- A Layered Approach.- An Open-Source Environment with SystemVerilog.- Teal Basics.- Truss: A Standard Verification Framework.- Truss Flow.- Truss Example.- Using OOP for Verification (Best Practices).- Thinking OOP.- Designing with OOP.- OOP Classes.- OOP Connections.- Coding OOP.- Examples (Putting It All Together).- Block-Level Testing.- Chip-Level Testing.- Things to Remember.- Examples (Putting It All Together).
Textul de pe ultima copertă
Verification is increasingly complex, and SystemVerilog is one of the languages that the verification community is turning to. However, no language by itself can guarantee success without proper techniques. Object-oriented programming (OOP), with its focus on managing complexity, is ideally suited to this task.
With this handbook—the first to focus on applying OOP to SystemVerilog—we’ll show how to manage complexity by using layers of abstraction and base classes. By adapting these techniques, you will write more "reasonable" code, and build efficient and reusable verification components.
Both a learning tool and a reference, this handbook contains hundreds of real-world code snippets and three professional verification-system examples. You can copy and paste from these examples, which are all based on an open-source, vendor-neutral framework (with code freely available at www.trusster.com).
Learn about OOP techniques such as these:
Thomas D. Tessier, President,
t2design, Inc.
This handbook contains a lot of useful advice for any verification engineer wanting to create a class-based testbench, regardless of the framework/methodology used. I recommend Hardware Verification with SystemVerilog to anyone who wants a greater understanding of how best to use OOP with SystemVerilog.
Dr. David Long,Senior Consultant,
Doulos
This is a fantastic book that not only shows how to use SystemVerilog and Object-Oriented Programming for verification, but also provides practical examples that are open source!
Stephanie Waters, Field Applications Engineer,
Cadence Design Systems
I have been using SystemVerilog for two years in my research, and this is by far the best book I have found about how to achieve professional grade verification. I will apply these techniques on my future projects.
Dr. Oswaldo Cadenas, Lecturer, Electronic Engineering,
University of Reading, U.K.
With this handbook—the first to focus on applying OOP to SystemVerilog—we’ll show how to manage complexity by using layers of abstraction and base classes. By adapting these techniques, you will write more "reasonable" code, and build efficient and reusable verification components.
Both a learning tool and a reference, this handbook contains hundreds of real-world code snippets and three professional verification-system examples. You can copy and paste from these examples, which are all based on an open-source, vendor-neutral framework (with code freely available at www.trusster.com).
Learn about OOP techniques such as these:
- Creating classes—code interfaces, factory functions, reuse
- Connecting classes—pointers, inheritance, channels
- Using "correct by construction"—strong typing, base classes
- Packaging it up—singletons, static methods, packages
Thomas D. Tessier, President,
t2design, Inc.
This handbook contains a lot of useful advice for any verification engineer wanting to create a class-based testbench, regardless of the framework/methodology used. I recommend Hardware Verification with SystemVerilog to anyone who wants a greater understanding of how best to use OOP with SystemVerilog.
Dr. David Long,Senior Consultant,
Doulos
This is a fantastic book that not only shows how to use SystemVerilog and Object-Oriented Programming for verification, but also provides practical examples that are open source!
Stephanie Waters, Field Applications Engineer,
Cadence Design Systems
I have been using SystemVerilog for two years in my research, and this is by far the best book I have found about how to achieve professional grade verification. I will apply these techniques on my future projects.
Dr. Oswaldo Cadenas, Lecturer, Electronic Engineering,
University of Reading, U.K.
Caracteristici
Focuses on Object Orientation Programming and its applications for C++ and SystemVerilog Includes open source verification framework and examples Provides explanations as to why and when certain features should be used with the SystemVerilog language and syntax