
This lecture will establish the role of Functional Coverage under the IEEE-1800 SystemVerilog umbrella. It will also highlight the difference between code coverage and functional coverage.
This lecture will show you the Functional Coverage Methodology which encompasses, SystemVerilog Assertions (SVA) 'cover' + SystemVerilog Functional Coverage + Code Coverage. It also shows you how you can automate Test => Simulation => Coverage Evaluation => Test enhancement loop to reach a 100% coverage goal.
in-depth discussion on syntax/semantics and applications of SystemVerilog 'covergroup' and 'coverpoint'
in-depth discussion on syntax/semantics and applications of SystemVerilog 'bins'
in-depth discussion on syntax/semantics and applications of SystemVerilog 'cross' coverage
in-depth discussion on syntax/semantics and applications of SystemVerilog 'transition' coverage.
in-depth discussion on syntax/semantics and applications of various bin types.
This lecture discusses further nuances of 'bins', specifically 'bins' filtering using the 'with' clause and using expressions. It also describes more on 'bins of' 'intersect'.
This lecture explores nuances of Embedding a covergroup in a SystemVerilog Class. It also describes how to create an array of covergroup instances.
In this exercise, you will learn to model covergroups, coverpoints, bins, transition coverage and also cross coverage.
This lecture describes various methods (functions) available in the language to query for coverage. Coverage of covergroups, coverpoints and/or their instances. It also describes the user defined sample() method.
In this lecture, you will learn about Coverage options such as 'weight' 'auto_bin_max' etc. instance specific options. Examples will solidify the usage of these options
The knowledge gained from this course will help you cover those critical and hard to find design bugs. SystemVerilog Functional Coverage Language and Methodology is a very important part of overall functional verification methodology and all verification engineers need this knowledge to be successful. The knowledge of FC will indeed be a highlight of your resume when seeking a challenging job or project The course offers step-by-step guide to learning of FC with real life applications to help you solidify your concepts and apply FC to your project in shortest possible time. FC helps the critical part of Functional/Temporal domain coverage which is simply not possible with code coverage.The course does not require any prior knowledge of SystemVerilog or OOP (Object oriented programming) or UVM. The course has 9 lectures that will take you step by step through FC language from scratch.