Altera_Forum
Honored Contributor
9 years agoModelsim license with intelFPGA_lite
I am working on a Cyclone V project that includes the Hard Processor system plus a NIOS 2 system.
I am using the free version of the tools, including Modelsim. I have recently uninstalled all previous versions and then installed the latest version (17.0) I can launch Modelsim and run the tcl command (/mentor/msim_setup.tcl) to add all the IP files, then follow the template to "dev_com" , "com", "vlog" (adds the verilog files I have created), etc, and then "elab". Elab appears to work, a lot of messages about loading. Then I get this message: # ** Warning: Design size of 75827 statements exceeds ModelSim-Intel FPGA Starter Edition recommended capacity.# Expect performance to be adversely affected.# --------- --------- --------- --------- --------- --------- ---------# # ** ERROR: failed to get a license (mgcvipaeaxi) for Adaptor axi!# # ** Check the license environment (e.g. LM_LICENSE_FILE or MGLS_LICENSE_FILE using lmutils), the transcript and any logs.# # --------- --------- --------- --------- --------- --------- ---------# # # # ** Fatal: (vsim-3960) Foreign module requested halt. From what I have read I thought that the free version of the tools didn't have any license. How do I resolve this? Rod