Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- What is mean of "Modelsim tracks libraries"? --- Quote End --- Start Modelsim, and then type 'vmap' to print all of the library mappings. These mappings are where Modelsim looks for components in libraries. That list of libraries is stored in modelsim.ini or your project .mpf file. --- Quote Start --- You mentioned you never use project because you use TCL. I use GUI, that maybe why I prefer to use project. Do you have any link for how to use TCL in Modelsim? --- Quote End --- I posted links for you in the first message. --- Quote Start --- I learned native TCL, after that I found it is still very difficult to use TCL in Quartus and Modelsim, it seems there are a lot of commands I need to remember, any tutorial recommend (not native TCL tutorial)? --- Quote End --- For Quartus, look at the Quartus Tcl scripting manual, and use help in the Quartus tools, eg., quartus_stp, etc. For Modelsim, look at their user manuals - there are plenty of them. I learnt most of the Altera and Modelsim syntax by looking at other scripts. Try it for yourself. If you cannot figure something out, ask on the forum. Cheers, Dave