Xilinx Libraries Compilation
In order to compile Xilinx libraries:
specify the required libraries using the
+dvt_init_xilinx
directivespecify the Xilinx installation path (ISE or Vivado), unless
$DVT_XILINX_HOME
system variable is set
For example:
+dvt_init_xilinx+UNISIM+UNIMACRO_VER
+dvt_setenv+DVT_XILINX_HOME=/apps/xilinx/Vivado/2014.2/
The available libraries are UNISIM, UNIMACRO, UNIFAST, XILINXCORELIB, CPLD, SIMPRIM, SECUREIP_VER, UNISIMS_VER, UNIFAST_VER, UNIMACRO_VER, SIMPRIMS_VER, XILINXCORELIB_VER, UNI9000_VER, CPLD_VER, RETARGET, XPM.
Precompilation support for Xilinx Libraries
By default, the Verilog/SystemVerilog Xilinx Libraries are automatically precompiled in order to speed up the full build of the project.
Note
To disable the default precompilation of Xilinx Libraries you can use the +dvt_disable_library_precompilation+XILINX
directive.