VlogDT Builder (Internal DVT Builder)
The VlogDT Builder is responsible for parsing all source files based on Top Files and INCDIR properties of a SystemVerilog project.
Besides signaling errors, warnings etc. it is responsible for indexing all entities into a dictionary used for autocomplete, hyperlinks, hierarchy presentation etc.
NOTE: It is not recommended to disable the VlogDT builder. You'll lose hyperlinks, autocomplete etc..
You can configure the VlogDT Builder from project properties, section Internal Builder.
You can:
- Enable/Disable syntactic errors signaling. If disabled, markers will not appear on source code, in Navigator View, in Errors View etc. Useful if you work with an external builder.
- Enable/Disable syntactic warnings signaling. If disabled, markers will not appear on source code, in Navigator View, in Errors View etc. Useful if you work with an external builder.
- Parse one top file on top of the previous one or reset dictionary before each top file (=treat independently).
- Enable/Disable SystemVerilog syntax in .v/.vh files.

Project Natures
Top Files
Build (Dictionary)