Altera_Forum
Honored Contributor
12 years agoQuartus 13.1 and Mentor Verification IP Altera Edition
Hi,
I tried to make a simulation with our Cyclone V SX SoC Design which is based on the GSRD design from rocketboards/altera. So I generate with Qsys an testbench and when I am trying to start the simulation it compiles, but the dpi load of mentor verification ip don't work. I tried it with different Questasim Versions (10.0d,10.2b,10.2c) always the same error: Compiling C:\Users\BERNDL~1.ORE\AppData\Local\Temp\berndl@DILL_dpi_4068\win32_gcc-4.2.1\exportwrapper.c# Loading C:\Users\BERNDL~1.ORE\AppData\Local\Temp\berndl@DILL_dpi_4068\win32_gcc-4.2.1\dpi_auto_compile.dll# Loading C:/altera/13.1/ip/altera/mentor_vip_ae/common_windows_10_1/questa_mvc_core/win32_gcc-4.2.1/libaxi_IN_SystemVerilog_MTI_full.dll# ** Error: (vsim-3193) Load of "C:/altera/13.1/ip/altera/mentor_vip_ae/common_windows_10_1/questa_mvc_core/win32_gcc-4.2.1/libaxi_IN_SystemVerilog_MTI_full.dll" failed: DLL dependent library not found.# # ** Error: (vsim-8649) Initialization function 'axi_IN_SystemVerilog_load' not found.# # ** Fatal: (vsim-3748) Failed to load DPI object file "C:/altera/13.1/ip/altera/mentor_vip_ae/common_windows_10_1/questa_mvc_core/win32_gcc-4.2.1/libaxi_IN_SystemVerilog_MTI_full.dll" while trying to resolve 'questa_mvc_sv_find'.# FATAL ERROR while loading design For the simulation I use the msim_setup.tcl script which is generated by qsys. So I don't understand why it don't works. The path is valid and this files is in the same folder as the vsim looks into and I also set the Enviroment variables right. Thanks for your support.