Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Hardware Verification With SystemVerilog: An Object-oriented Framework (Repost)

Posted By: step778
Hardware Verification With SystemVerilog: An Object-oriented Framework (Repost)

Mike Mintz, Robert Ekendahl, "Hardware Verification With SystemVerilog: An Object-oriented Framework"
2007 | pages: 332 | ISBN: 0387717382 | PDF | 3,5 mb

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

My Link