DVT IDE for VS Code SystemVerilog User Guide
Rev. 23.1.21, 12 September 2023

3.11 Comments

The following comment styles are allowed:

# single line comment

// single line comment

-- single line comment

/* multi
line
comment */