Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
yahoogary
Posts: 10
Registered: ‎01-23-2011
0

How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

# vsim +notimingchecks -L xilinxcorelib_ver -L secureip -L unisims_ver -pli libxil_vsim.dll -t ps -novopt bfm_system_tb glbl
# Loading libxil_vsim.dll
# ** Error: (vsim-3193) Load of "libxil_vsim.dll" failed: File not found.
# ** Error: (vsim-PLI-3002) Failed to load PLI object file "libxil_vsim.dll".
#         Region: /
# Loading work.bfm_system_tb
# Loading work.bfm_system
# Loading work.bfm_processor_wrapper
# Loading cdn_axi4_master_bfm_wrap_v2_01_a.cdn_axi4_master_bfm_wrap
# Loading work.axi4_bus_wrapper
# Loading axi_interconnect_v1_04_a.axi_interconnect
# Loading axi_interconnect_v1_04_a.ict104_register_slice_bank
# Loading axi_interconnect_v1_04_a.ict104_protocol_conv_bank
# Loading axi_interconnect_v1_04_a.ict104_converter_bank
# Loading axi_interconnect_v1_04_a.ict104_data_fifo_bank
# Loading work.glbl
# Error loading design

Moderator
graces
Posts: 410
Registered: ‎07-16-2008
0

Re: How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

Make sure XILINX env variable is set correctly.

For example, XILINX = C:\Xilinx\13.4\ISE_DS\ISE

Visitor
yahoogary
Posts: 10
Registered: ‎01-23-2011
0

Re: How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

I have set two system variables:

XILINX= C:\Xilinx\13.4\ISE_DS\ISE

XILINX_EDK= C:\Xilinx\13.4\ISE_DS\EDK\bin\nt64

 

But still has same same error message.

Is it because I also need setting something inside of modelsim.ini?

 

 

-----------------error message-----------------------------

# vsim +notimingchecks -L xilinxcorelib_ver -L secureip -L unisims_ver -pli libxil_vsim.dll -t ps -novopt bfm_system_tb glbl
# Loading libxil_vsim.dll
# ** Error: (vsim-3193) Load of "libxil_vsim.dll" failed: Bad DLL format.
# ** Error: (vsim-PLI-3002) Failed to load PLI object file "libxil_vsim.dll".
#         Region: /
# Loading work.bfm_system_tb
# Loading work.bfm_system
# Loading work.bfm_processor_wrapper
# Loading cdn_axi4_master_bfm_wrap_v2_01_a.cdn_axi4_master_bfm_wrap
# Loading work.axi4_bus_wrapper
# Loading axi_interconnect_v1_04_a.axi_interconnect
# Loading axi_interconnect_v1_04_a.ict104_register_slice_bank
# Loading axi_interconnect_v1_04_a.ict104_protocol_conv_bank
# Loading axi_interconnect_v1_04_a.ict104_converter_bank
# Loading axi_interconnect_v1_04_a.ict104_data_fifo_bank
# Loading work.glbl
# Error loading design
# 1

Moderator
graces
Posts: 410
Registered: ‎07-16-2008
0

Re: How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

Does the "libxil_vsim.dll" exist in current directory?

 

Make sure the dll is not corrupt as the error indicates bad format.

OR, you can try pointing to the same dll file at $XILINX/lib/nt

Visitor
yahoogary
Posts: 10
Registered: ‎01-23-2011
0

Re: How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

thanks for your help, graces.

 

yes, I have copied " libxil_vsim.dll" to local project.

 

what is " libxil_vsim.dll"? is it related AXI BFM?

Moderator
graces
Posts: 410
Registered: ‎07-16-2008
0

Re: How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

According to DS824, the dll is VPI library file that enables licensing.

Visitor
yahoogary
Posts: 10
Registered: ‎01-23-2011
0

Re: How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

Can anyone run DS824 example successfully? Thanks

Newbie
zaaylo
Posts: 1
Registered: ‎03-05-2012
0

Re: How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

after copy of dll file (libxil_vsim.dll  ) to my local pc. its seems better is it need to replace this dll file or any requirnment to replace the dll ?


Visitor
arel
Posts: 7
Registered: ‎12-22-2011
0

Re: How to deal with missing "libxil_vsim.dll" when run simulation under the XPS?

Does anybody solve this problem? It seems like "libxil_vsim.dll" is 32-bit and problem exist on 64-bit Win7 version only...