Main Content
Simulation library path
Specify the path to your compiled Altera or Xilinx simulation libraries
Model Configuration Pane: Test Bench
Description
Specify the path to your compiled Altera® or Xilinx® simulation libraries.
Dependencies
This option is disabled if you select the entire model. Select the DUT instead for Generate HDL for setting.
Settings
''
(default)Specify the path to the compiled Altera or Xilinx simulation libraries. Altera provides the simulation model files in \quartus\eda\sim_lib folder.
Tips
To set this property, use hdlset_param
or makehdltb
. To view the property value, use hdlget_param
.
For 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); makehdltb(myDUT)
Recommended Settings
No recommendations.
Programmatic Use
Parameter: SimulationLibPath |
Type: character vector |
Default: '' |
Version History
Introduced in R2016a