Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAt the top of modelsim.ini are the mappings to Modelsim libraries. You can ignore the generated modelsim.ini files, and create your own Tcl script that sets up these mappings.
The Modelsim command is vmap <libname> <libpath> If you wanted to automate the process, have your Tcl script parse the generated modelsim.ini files, and issue vmap for each of the generated libraries. The calls to vmap will edit your master modelsim.ini file. Cheers, Dave