Forum Discussion
Altera_Forum
Honored Contributor
7 years agoI've now resolved this issue with the help of Altera tech support. If anyone else hits this same problem, there is a bug in the generated msim_setup.tcl file (which should get fixed with a patch at some point...) when using the free Modelsim version. To fix the problem, change the line:
return [string match "*ModelSim*Intel FPGA Edition*" [ vsimVersionString ]] to: return [string match "*ModelSim*INTEL*FPGA*EDITION*" [ vsimVersionString ]] This is around line 170 in the file. Hopefully that'll save someone else some pain! Andy