- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-27-2012 09:00 AM
# 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_b
# Loading work.axi4_bus_wrapper
# Loading axi_interconnect_v1_04_a.axi_interconnect
# Loading axi_interconnect_v1_04_a.ict104_register_slice_ban
# 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
Re: How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-27-2012 05:50 PM
Make sure XILINX env variable is set correctly.
For example, XILINX = C:\Xilinx\13.4\ISE_DS\ISE
Re: How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2012 03:56 PM
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_b
# Loading work.axi4_bus_wrapper
# Loading axi_interconnect_v1_04_a.axi_interconnect
# Loading axi_interconnect_v1_04_a.ict104_register_slice_ban
# 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
Re: How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2012 10:41 PM
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
Re: How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-29-2012 02:52 PM
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?
Re: How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-29-2012 05:57 PM
According to DS824, the dll is VPI library file that enables licensing.
Re: How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2012 08:59 AM
Can anyone run DS824 example successfully? Thanks
Re: How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2012 10:41 PM
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 ?
Re: How to deal with missing "libxil_vs im.dll" when run simulation under the XPS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-28-2012 09:35 AM











