Coverage analysis is how you answer the question “have I tested enough?” You need some way to quantify the completeness of our testing; coverage is how you do that. Right out of the gate this is a bit deceptive. To truly cover a design our tests would need to cover every accessible state and state transition. The complexity of that task… Read More
LIVE WEBINAR: Optimizing Simulations for Efficient Coverage Collection (US)
Sunil Sahoo, Corporate Applications Engineer
Thursday, October 20, 2022
11:00 AM – 12:00 PM (PDT)
Abstract:
Coverage is an essential part of any verification environment. Coverage can be simple as a statement and branch coverage, or it can be more complex as a covergroup with constrained-random tests. Implementation,