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.

Internal Builder Settings

You can:

  1. 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.
  2. 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.
  3. Parse one top file on top of the previous one or reset dictionary before each top file (=treat independently).
  4. Enable/Disable SystemVerilog syntax in .v/.vh files.

Related Reference

Project Natures

Top Files

Build (Dictionary)