Contact us Start a Trial

Supported Configuration Files

New Sigasi projects are an experimental feature and should be explicitly enabled by the sigasi.project.enableSigasiProjectSupport setting.

SVH supports the following configuration files:

Xcelium hdl.var

When xrun compiler invocation is encountered in Sigasi project scripted target commands, an hdl.var configuration file is also analyzed

Supported locations

SVH searches for hdl.var file in the following directories:

  1. Current working directory
  2. $CDS_WORKAREA
  3. $CDS_SEARCHDIR
  4. User home directory
  5. $CDS_PROJECT
  6. $CDS_SITE

Supported statements:

  • DEFINE <variable> <value> – Defines a <variable> and assigns a <value> to the variable Supported variables:
    • LIB_MAP – Maps files and directories to library names
    • WORK – Defines the current work library into which HDL design units are compiled
    • XRUNOPTS – Specifies xrun command-line options
  • UNDEFINE <variable> – Removes the specified <variable> definition
  • INCLUDE <filename> – Reads the specified <filename> as an hdl.var file
  • SOFTINCLUDE <filename> – Same as the INCLUDE statement, except that no warning message is printed if the specified file is not found