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:
- Current working directory
$CDS_WORKAREA$CDS_SEARCHDIR- User home directory
$CDS_PROJECT$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 namesWORK– Defines the current work library into which HDL design units are compiledXRUNOPTS– Specifiesxruncommand-line options
UNDEFINE <variable>– Removes the specified<variable>definitionINCLUDE <filename>– Reads the specified<filename>as anhdl.varfileSOFTINCLUDE <filename>– Same as theINCLUDEstatement, except that no warning message is printed if the specified file is not found