Verissimo SystemVerilog Testbench Linter User Guide
Rev. 24.1.5, 13 March 2024

11.2 Diff Example

Generating a diff report that shows all the new failures in the current report starting from the baseline report:

verissimo.sh -gen_html_report -info "Report=Baseline" -html_report_location /path/to/baseline_report -include_html_code
verissimo.sh -gen_html_report -info "Report=Current"  -html_report_location /path/to/current_report  -include_html_code

verissimo.sh -diff /path/to/current_report/verissimo_html_report -diff /path/to/baseline_report/verissimo_html_report -html_report_location /path/to/diff_report -info "Report=New Failures"

Note: The input reports must be generated using -include_html_code, this information will be used in accurately detecting the changed source code Note: The resulting report will be placed in the current directory in a verissimo_html_report folder. You can change the location using html_report_location.