When launching ModelSim from the Vivado IDE to perform AXI BFM behavioral simulation, the following error is seen:
# ** Error: (vsim-3193) Load of "C:/ProgramsMore/Xilinx/Vivado/2013.4/ids_lite/ISE/lib/nt/libxil_vsim.dll" failed: Bad DLL format.
#
# ** Error: (vsim-PLI-3002) Failed to load PLI object file "C:/ProgramsMore/Xilinx/Vivado/2013.4/ids_lite/ISE/lib/nt/libxil_vsim.dll".
vsim -voptargs="+acc" -t 1ps -pli "C:/Xilinx/Vivado/2013.4/ids_lite/ISE/lib/nt64/libxil_vsim.dll" -L unisims_ver -L unimacro_ver -L secureip -lib work cdn_axi_bfm_0 glbl.
If you use the 32-bit version of ModelSim, the .do file has to point to 32-bit version of the DLL file.set_property MODELSIM.64BIT 0 [current_fileset -simset]
vsim -voptargs="+acc" -t 1ps -pli "C:/Xilinx/Vivado/2013.4/ids_lite/ISE/lib/nt/libxil_vsim.dll" -L unisims_ver -L unimacro_ver -L secureip -lib work cdn_axi_bfm_0 glbl.
After editing the .do file, follow the below process:Set PATH=%PATH%;C:\Xilinx\Vivado\2013.4\ids_lite\ISE\lib\nt3. Launch 32-bit ModelSim from the command prompt.
do file_name.do
Answer Number | 问答标题 | 问题版本 | 已解决问题的版本 |
---|---|---|---|
63841 | Xilinx Simulation Solution Center - Design Assistant - Third Party Simulators - Modelsim/Questasim | N/A | N/A |
AR# 59667 | |
---|---|
日期 | 04/15/2015 |
状态 | Active |
Type | 综合文章 |
器件 | |
Tools |