Verissimo SystemVerilog Testbench Linter User Guide
Rev. 23.1.12, 23 May 2023
| Using dvt_sv_lint_gui.sh Verissimo can be invoked in GUI mode by running: $DVT_HOME/bin/dvt_sv_lint_gui.sh ... Main Use Cases
dvt_sv_lint_gui.sh Arguments
Using dvt_cli.sh You can use the DVT CLI in order to run Verissimo using the dvt_cli.sh or dvt_cli.bat scripts. Syntax dvt_cli.sh [...] -lint [lint_argument1=value1,lint_argument2=value2,[...],lint_argumentN=valueN] Arguments
Examples Create a SystemVerilog project and start linting with a custom ruleset and waivers specified: $> dvt_cli.sh createProject $PROJ/my_project -lang vlog -f $PROJ/my_project/filelist.f -lint ruleset_kind=custom,ruleset=$PROJ/my_project/.dvt/verissimo_ruleset.xml,waivers=$PROJ/my_project/.dvt/verissimo_waivers.xml Create a SystemVerilog project and import the results from a Verissimo HTML report: $> dvt_cli.sh createProject $PROJ/my_project -lang vlog -f $PROJ/my_project/filelist.f -lint open_report=$PROJ/my_project/verissimo_html_report |