DVT SystemVerilog IDE User Guide
Rev. 24.1.6, 27 March 2024

6.6 Use Assignment Pattern for Struct Type Variable

If content assist is triggered when assigning a value to a struct type variable, it will provide an additional Use assignment pattern proposal.

Upon choosing it, an assignment pattern with all the fields of the struct being assigned will be created, including fields of internal structs.

Cycle between the placeholder tbd_val values with Tab to set the fields to your desired values. Press Enter to finish setting the values.

Additionally, you can change whether you want the assignment pattern to be multiline or not from Window > Preferences > DVT > SystemVerilog > Editor > Content Assist in the Insertion section. By default, this proposal is written on multiple lines.