Digging It Up Down Under: A Practical Guide to Doing Archaeology in Australia (World Archaeological Congress Cultural Heritage Manual Series)

Digging It Up Down Under: A Practical Guide to Doing Archaeology in Australia (World Archaeological Congress Cultural Heritage Manual Series)


Yazar Claire Smith Heather Burke
Yayınevi Springer
ISBN 9780387717388
Baskı yılı 2007
Sayfa sayısı 314
Ağırlık 0.67 kg
Stok durumu Tükendi   

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-well 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
Ch. 1 Introduction 1
Pt. I SystemVerilog and verification (the why and how) 7
Ch. 2 Why SystemVerilog? 9
Ch. 3 OOP and SystemVerilog 23
Ch. 4 A layered approach 47
Pt. II An open-source environment with SystemVerilog 69
Ch. 5 Teal basics 71
Ch. 6 Truss : a standard verification framework 89
Ch. 7 Truss flow 115
Ch. 8 Truss example 137
Pt. III Using OOP for verification (best practices) 151
Ch. 9 Thinking OOP 153
Ch. 10 Designing with OOP 173
Ch. 11 OOP classes 189
Ch. 12 OOP connections 205
Ch. 13 Coding OOP 223
Pt. IV Examples (putting it all together) 247
Ch. 14 Block-level testing 249
Ch. 15 Chip-level testing 281
Ch. 16 Things to remember 295