DVT IDE for VS Code SystemVerilog User Guide
Rev. 22.1.23, 16 August 2022
| Typically the OVM or UVM libraries are compiled using directives like: +incdir+/path/to/xvm/src Using the -ovm or -uvm directives You can use the - ovm or - ''-uvm'' directives to compile the OVM or UVM libraries. They are shortcuts for the explicit directives above. For - ''-uvm'':
The - ''-ovm'' directive works in a similar way. NOTE: At any time you can set a system variable using for example: +dvt_setenv+UVM_HOME=/path/to/xvm |