Verissimo SystemVerilog Testbench Linter User Guide
Rev. 21.1.2, 18 January 2021
| To enable failures auto-correct capabilities in a linting session, firstly you must create a new lint configuration: click the Lint button in the toolbar of the DVT Perspective and choose Lint Configuration….
![]()
Create a new lint configuration by selecting New lauch configuration button. Complete all the necessary fields and enable the button Enable automatic fixing of failures.
![]()
There are multiple ways to fix the failures during an active linting session:
![]()
Tip: To view only the checks that have auto-correct capabilities, you can use
Hide Non-Autofixable Checks
![]()
![]()
![]()
Similar failures will be suggested.
![]()
Note: For some checks, it might be necessary to provide additional info for fixing the failures. ![]()
If errors occur during autofixing, you can choose between the following options:
![]()
If no option is selected, the error will be skipped. Preview page shows the changes that are about to be performed in the source code. Also, you can unselect the unwanted changes.
![]()
After autofixing is finished, the check is re-applied automatically. |