Verissimo SystemVerilog Testbench Linter User Guide
Rev. 18.1.47, 15 February 2019
| Table of Contents Two or more HTML reports can be merged into a single report by verissimo.sh using multiple merge arguments. You can specify the location of the merged report by using the flag html_report_location followed by the destination directory. The reports are merged by merging their categories, the checks within the same category, and the failures of the same check. Categories
Checks
Failures
If the merged reports contain source code in HTML format from using the <include-html-code /> tag in the ruleset, these files will be copied in the merged report, clicking on a failure will jump to the relevant source file. Note: Failures can be annotated when generating the original reports in order to use that information for filtering the merged report. Use the info argument followed by a "key=value" string when generating the reports. Multiple info arguments can be used if needed. All failures in the generated report will have the annotation key with the value value, this information will become visible only when the reports will be merged and will allow you to filter based on value. |