Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Thanks. That's improved things. --- Quote End --- Great! --- Quote Start --- I think I was getting myself confused with the modelsim.ini file in the project and the one in the C:\altera\11.1\modelsim_ase project. --- Quote End --- The modelsim.ini in C:\altera\11.1\modelsim_ase should be considered the 'master' (and read-only) copy of modelsim.ini. If you look in it, you'll see it has the library mappings for the Altera libraries. When you create a new library, eg., vlib work, vmap work [pwd]/work, the master modelsim.ini is copied to your local folder (since the master is read-only) and that file contains a link back to the master (via an entry under [Library], or perhaps its [Others] I forget). The path to the work library is then added to this copy of modelsim.ini under the [Library] field. The .mpf file contains pretty much the same info. Cheers, Dave