Forum Discussion
Altera_Forum
Honored Contributor
10 years agoFor the ModelSim simulator, you should use models under ./[instance_name]_sim folders. You can see the file list in ./[instance_name]_sim/mentor/msim_setup.tcl.
If I create a script, I'll do this. ********************** source ../TSE_10_100_1000_MAC_sim/mentor/msim_setup.tcl set QSYS_SIMDIR "./../" set QUARTUS_INSTALL_DIR "C:/altera/15.0/quartus/" dev_com com ********************** QSYS_SIMDIR and QUARTUS_INSTALL_DIR have to be set to proper path you are using. 'dev_com' is not needed if you already compiled device specific libraries in "alias dev_com {".