UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
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 | Answer Title | Version Found | Version Resolved |
---|---|---|---|
63841 | Xilinx Simulation Solution Center - Design Assistant - Third Party Simulators - Modelsim/Questasim | N/A | N/A |
Answer Number | Answer Title | Version Found | Version Resolved |
---|---|---|---|
57669 | AXI BFM simulation with ModelSim fails because the .do script generated by Vivado points to a 64-bit version of the DLL which is incompatible wth 32-bit ModelSim | N/A | N/A |
AR# 59667 | |
---|---|
Date | 04/15/2015 |
Status | Active |
Type | General Article |
Devices |
|
Tools |
|