Verissimo SystemVerilog Testbench Linter User Guide
Rev. 23.1.12, 23 May 2023
| Using the Verissimo SVTB.25.9 Banned comments content rule and a custom report template you can export the tasks from comments into a file. The SVTB.25.9 rule can be parameterized to report all the comments containing different task tags. A ruleset file containing just the SVTB.25.9 rule would look like this: <?xml version="1.0" encoding="UTF-8" standalone="no"?> Running Verissimo with such a ruleset will result in the reported failures indicating the line, the file and the message of the tasks in the project: *** LINT ERROR SVTB.25.9: Comment content <fixme_comment> matches the banned pattern 'FIXME .*'! at line: <line> in file: <file> Using a custom report template you can export the results into CSV format: Description,File,Line To run verissimo.sh with such a custom report template simply add to -gen_custom_report /path/to/custom_report.csv.ftl to the command. The resulting CSV file will look like this:
![]()
|