标签:
① secureip库:硬核(HARD IP)仿真(功能仿真和时序仿真)模型(hard IP simulation model),比如PowerPC、PCIE、SRIO、DDR等。Simulation models for the Hard-IP such as the PowerPC processor, MGT, and PCIe leverage this technology
②unisim(unisim_ver)库:xilinx 原语的功能仿真模型
③unimacro(unimacro_ver)库:xilinx宏命令功能仿真模型
④xilinxcorelib(xilinxcorelib_ver)库:xilinx cores 功能仿真模型
⑤simprims(simprims_ver)库:xilinx原语的时序仿真模型
⑥unifast库:vivado加速仿真的库(The UNIFAST library is an optional library that can be used during RTL behavioral simulation to speed up simulation runtime.
Xilinx recommends using the UNIFAST library for initial verification of the design and when running a complete verification use the UNISIM library.)
http://www.xilinx.com/support/documentation/sw_manuals/xilinx11/ise_c_simulation_libraries.htm
How do I speed up simulation?
The UNIFAST library is an optional library that can be used during RTL behavioral simulation to speed up simulation runtime.
Xilinx recommends using the UNIFAST library for initial verification of the design and when running a complete verification use the UNISIM library.
The simulation runtime speed-up is achieved by supporting a subset of the primitive features in the simulation mode.
The libraries listed below have an equivalent UNIFAST model:
The UNIFAST model is provided in both VHDL & Verilog versions and is located in the following directories:
Verilog: <Vivado_Install_Dir>/data/verilog/src/unifast
VHDL: <Vivado_Install_Dir>/data/vhdl/src/unifast
Recommended method for simulation with all UNIFAST models:
To enable UNIFAST support in a Vivado project environment for the Vivado simulator or ModelSim, check the Enable fast simulation models box, as shown below:
IMPORTANT NOTE:
标签:
原文地址:http://www.cnblogs.com/hfyfpga/p/4281785.html