Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHi
Nice scripts. If its of interest I have a "make" version for any Linux / Unix heads. :D As long as you are setup for Quartus II the script will find all the sources needed using the QUARTUS_ROOTDIR env. To Run : make -f MakeAltLibs all/clean/build (runs clean build) build Build all the libraries and creates a Modelsim.ini using vmap / vlib clean Removes all the libraryes and cleans up (one thing you can't do with teh tcl) all (default) runs clean then build Normally I comment out the libs I don't need. NB Make sure you use "real" tabs if you edit the script. ;) Attached File... https://www.alteraforum.com/forum/attachment.php?attachmentid=12 (renamed to .txt for upload) (I find this really helps when I update QuII versions as it garentees the libs are right :cool: ) have fun