DVT Eclipse IDE Coverage View

Description

This video presents the Coverage View in DVT, which shows all the coverage groups, items (points), transitions and crosses in your project.

Explore the design and verification tools: https://www.dvteclipse.com
Or request a license: https://www.dvteclipse.com/request-license

Transcript

Overview

The Coverage View presents all the coverage-related constructs in your project in a structured view: cover groups, cover points, crosses and transitions. It works for e Language, SystemVerilog, SLN, and PSS. For SystemVerilog, the Coverage View also includes cover assertions.

Accessing the Coverage View

The view is visible by default in the DVT perspective and is populated automatically. To restore the view in case you've closed it, go to Window > Show View > Coverage.

Navigating the Coverage View

For ease of navigation, the cover groups are aggregated by interface, package, or class in a tree structure. Double-click on any element in the tree to go to source.

Use the quick search bar to locate a specific coverage element. You can also use hierarchical search to limit the search results to relevant scopes. For example, the UART RX frame.