Verissimo SystemVerilog Testbench Linter - How to Generate an HTML Report

Description

An easy way to inspect, save and share the results of the Verissimo SystemVerilog Testbench Linter, is through the HTML report.

This demo movie shows you how to generate an HTML report either from the graphical interface provided by the DVT Eclipse IDE, or from the terminal.

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

Transcript

An easy way to inspect, save, and share the results of the Verissimo SystemVerilog Testbench Linter is through the HTML report. You can generate an HTML report for a linting session either from the graphical interface provided by the DVT IDE or from the terminal.

Generating the Report Using DVT

To generate the report using DVT:

  1. Right-click on a project.
  2. Go to Lint With and select one of the available rulesets.
  3. When linting is done, click on Export HTML to generate the report.

It is automatically opened in DVT's internal browser.

Generating the Report from the Terminal

To generate the report from a terminal:

  1. Run the linter using verissimo.sh and add --gen-html-report argument.
  2. When linting is done, the path to the HTML report is printed.
  3. Open it using a browser and inspect the results.