SimulationLibPath

Specify the path to the compiled Altera or Xilinx simulation libraries

Settings

'Simulation library path'

Default: ''

Specify the path to the compiled Altera® or Xilinx® simulation libraries. Altera provides the simulation model files in \quartus\eda\sim_lib folder.

Set or View This Property

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.

Usage Example

If you want to set the path to the compiled Xilinx Simulation library, enter:

myDUT = gcb;
libpath = '/apps/Xilinx_ISE/XilinxISE-13.4/Linux/ISE_DS/ISE/vhdl/
   mti_se/6.6a/lin64/xilinxcorelib';
hdlset_param (myDUT, 'SimulationLibPath', libpath);