Hardware Verification with System Verilog - An Object-Oriented Framework

Hardware Verification with System Verilog - An Object-Oriented Framework

von: Mike Mintz, Robert Ekendahl

Springer-Verlag, 2007

ISBN: 9780387717401 , 314 Seiten

Format: PDF, OL

Kopierschutz: DRM

Windows PC,Mac OSX für alle DRM-fähigen eReader Apple iPad, Android Tablet PC's Online-Lesen für: Windows PC,Mac OSX,Linux

Preis: 106,99 EUR

  • Foundations of Generic Optimization - Volume 2: Applications of Fuzzy Control, Genetic Algorithms and Neural Networks
    Modelling and Applications in Mathematics Education - The 14th ICMI Study
    Complex Effects in Large Eddy Simulations
    Introduction to Genetic Algorithms
    Averaging Methods in Nonlinear Dynamical Systems
    Introduction to Variance Estimation
  • Contributions to Nonlinear Analysis - A Tribute to D.G. de Figueiredo on the Occasion of his 70th Birthday
    Handbook of Multilevel Analysis
    New Results in Numerical and Experimental Fluid Mechanics VI - Contributions to the 15th STAB/DGLR Symposium Darmstadt, Germany 2006
    Mathematical Methods in Engineering
    Fractal Geometry, Complex Dimensions and Zeta Functions - Geometry and Spectra of Fractal Strings
    Stochastic Ordinary and Stochastic Partial Differential Equations - Transition from Microscopic to Macroscopic Equations
 

Mehr zum Inhalt

Hardware Verification with System Verilog - An Object-Oriented Framework


 

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:
  • 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