| Performing a Functional Simulation with the Incisive Enterprise Simulator Software | |
| File Name | File Contents | Function |
|---|---|---|
| cds.lib | DEFINE <work library> ./work DEFINE LPM <work library> DEFINE ALTERA_MF <work library> |
Maps the <work library> to the physical location of the work library, and the variables LPM and ALTERA_MF to the work library. |
| hdl.var | DEFINE WORK <work library> | Maps the IES variable WORK to the <work library>. |
SOFTINCLUDE ${CDS_INST_DIR}/tools/inca/files/cdsvhdl.lib
SOFTINCLUDE ${CDS_INST_DIR}/tools/inca/files/cdsvlog.lib
DEFINE work ./<physical library name>
DEFINE <device family>_hssi ./<physical library name>
DEFINE <device family> ./<physical library name>
DEFINE lpm ./<physical library name>
DEFINE sgate ./<physical library name>
When defining library names, do not use library names that begin with numeric characters, for example, 220model.
ncvhdl /quartus/eda/sim_lib/altera_primitives.vhd ncvhdl /quartus/eda/sim_lib/altera_primitives_components.vhd ncvhdl -v93 -relax -work lpm /quartus/eda/sim_lib/220pack.vhd ncvhdl -v93 -relax -work lpm /quartus/eda/sim_lib/220model.vhd ncvhdl -v93 -work altera_mf /quartus/eda/sim_lib/altera_mf.vhd ncvhdl -v93 -work altera_mf /quartus/eda/sim_lib/altera_mf_components.vhd ncvhdl<test bench file> ncvhdl<design name>.vhd
Copyright© 2015 Altera Corporation. All rights reserved. ALTERA, ARRIA, CYCLONE, HARDCOPY, MAX, MEGACORE, NIOS, QUARTUS, STRATIX, and all other brands, unless noted otherwise, and/or trademarks of Altera Corporation in the U.S. and other countries.