DVT SystemVerilog IDE User Guide
Rev. 23.1.12, 23 May 2023

7.4 Add Virtual Qualifier to Interface Type

When declaring a method argument of interface type without using the virtual qualifier, DVT raises an error.

Place the editor cursor on the error's line and press Ctrl + 1, select Add 'virtual' qualifier from the list of quick fix proposals and press Enter.

The 'virtual' qualifier is automatically added to the argument declaration.