DVT SystemVerilog IDE User Guide
Rev. 24.1.5, 13 March 2024

7.21 Update Extern Prototype/Implementation

An error is triggered when the implementation of an extern method doesn't match its prototype.

Place the editor cursor on the error's line and press Ctrl + 1, select Update implementation to match extern prototype or Update extern prototype to match implementation from the list of quick fix proposals and press Enter.

The method signature (return type, argument names and types) is updated accordingly to match the prototype: