Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Are there any app notes for managing multiple environments? --- Quote End --- One of the appendices in the Modelsim reference manual has details. --- Quote Start --- It compiles a load of files and then runs into. # ** Error: (vsim-7) Failed to open ini file "c:\altera\11.0\modelsim_ase\win32aloem/../modelsim.ini" in read mode. --- Quote End --- Ok, so look in the modelsim.ini you posted: --- Quote Start --- [Library] others = c:\altera\11.0\modelsim_ase\win32aloem/../modelsim.ini --- Quote End --- Its telling Modelsim to use the old modelsim.ini file. Modelsim tracks libraries using either modelsim.ini or the .mpf file. Since your parray indicates --- Quote Start --- # env(MODELSIM) = C:/altera/examples/CodecMaster/Sim/simple_memory_master_test_sim/simple_memory_master_test_sim.mpf --- Quote End --- Then that file should be responsible for tracking libraries. Open it and see if it is also pointing to the old modelsim.ini file. What probably happened is you updated your tools, but had a project with an old modelsim.ini file in it. Cheers, Dave