Specify the path to the compiled Altera or Xilinx simulation libraries
'
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.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.
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);