Problem in the script for simulation with Active HDL
I am trying to simulate a project from Quartus 18.1 Lite that also includes a system created with platform designer (avalon mm bus, triple-speed ethernet and custom ips) with Active HDL 10.5a but the script generated automatically from Quartus fails. I have installed of course the Altera precompiled simulation libraries for Active HDL (tried both pro and standard versions in case it made a difference) and I encounter the same issue.
I get the following error in Active HDL
alib vhdl_libs/fiftyfivenm_vhdl
# Adding library O.K.
amap fiftyfivenm vhdl_libs/fiftyfivenm_vhdl
# Library Manager: Library "fiftyfivenm" attached.
# AMAP: Adding mapping library O.K.
alog -v2k5 -dbg -msg 0 -work fiftyfivenm c:/intelfpga_lite/18.1/quartus/eda/sim_lib/aldec/fiftyfivenm_atoms_ncrypt.v
# Error: VCP1010 Cannot find source file: c:/intelfpga_lite/18.1/quartus/eda/sim_lib/aldec/fiftyfivenm_atoms_ncrypt.v
# Error: DO_001 in file stamp3_top_sim_rtl_vhdl.do line 36
I see the fiftyfivenm libraries available but the script cannot find them.
As soon as I close Active HDL I get the same error in Quartus as well.
alib vhdl_libs/fiftyfivenm_vhdl
# Adding library O.K.
amap fiftyfivenm vhdl_libs/fiftyfivenm_vhdl
# Library Manager: Library "fiftyfivenm" attached.
# AMAP: Adding mapping library O.K.
alog -v2k5 -dbg -msg 0 -work fiftyfivenm c:/intelfpga_lite/18.1/quartus/eda/sim_lib/aldec/fiftyfivenm_atoms_ncrypt.v
# Error: VCP1010 Cannot find source file: c:/intelfpga_lite/18.1/quartus/eda/sim_lib/aldec/fiftyfivenm_atoms_ncrypt.v
# Error: DO_001 in file stamp3_top_sim_rtl_vhdl.do line 36
Any ideas?