Difference between revisions of "ModelSim SE Installation"
From MCEWiki
Line 2: | Line 2: | ||
* Download the latest version of ModelSim SE here: http://www.model.com/downloads/default.asp. | * Download the latest version of ModelSim SE here: http://www.model.com/downloads/default.asp. | ||
* Put the downloaded files here: http://www.phas.ubc.ca/~scuba2/sc2mce/library/sw_lib/. | * Put the downloaded files here: http://www.phas.ubc.ca/~scuba2/sc2mce/library/sw_lib/. | ||
+ | |||
+ | |||
+ | '''Note''': Altera takes some time to issue libraries that are compatible with the latest version of ModelSim. By the time that the libraries are issues, the version of ModelSim that they support is usually no longer available from the ModelSim website. Therefore, it is in your best interest to hold onto the second-to-last version of ModelSim, which is the latest that Altera supports. To be sure that the Altera has created the libraries that you need to support the version of ModelSim that you are installing, check here: http://www.altera.com/support/software/nativelink/simulation/modelsim/eda_pro_msimfull_setup.html | ||
+ | |||
== Set up ModelSim SE X.Yz == | == Set up ModelSim SE X.Yz == | ||
Line 9: | Line 13: | ||
** C:\Modeltech_X.Yz\vhdl_src\textio.vhd | ** C:\Modeltech_X.Yz\vhdl_src\textio.vhd | ||
** C:\Modeltech_X.Yz\vhdl_src\standard.vhd | ** C:\Modeltech_X.Yz\vhdl_src\standard.vhd | ||
− | ** C:\altera\quartus60\eda\sim_lib | + | ** C:\altera\quartus60\eda\sim_lib\altera_mf_components |
** altera_mf.vhd | ** altera_mf.vhd | ||
** 220pack.vhd | ** 220pack.vhd | ||
Line 17: | Line 21: | ||
Additional Instructions on how to set up a ModelSim for Altera FPGAs are here: | Additional Instructions on how to set up a ModelSim for Altera FPGAs are here: | ||
* http://www.altera.com/support/software/nativelink/simulation/modelsim/eda_view_using_msim.html | * http://www.altera.com/support/software/nativelink/simulation/modelsim/eda_view_using_msim.html | ||
− | |||
− | |||
− |
Revision as of 13:04, 17 June 2008
Download ModelSim SE X.Yz
- Download the latest version of ModelSim SE here: http://www.model.com/downloads/default.asp.
- Put the downloaded files here: http://www.phas.ubc.ca/~scuba2/sc2mce/library/sw_lib/.
Note: Altera takes some time to issue libraries that are compatible with the latest version of ModelSim. By the time that the libraries are issues, the version of ModelSim that they support is usually no longer available from the ModelSim website. Therefore, it is in your best interest to hold onto the second-to-last version of ModelSim, which is the latest that Altera supports. To be sure that the Altera has created the libraries that you need to support the version of ModelSim that you are installing, check here: http://www.altera.com/support/software/nativelink/simulation/modelsim/eda_pro_msimfull_setup.html
Set up ModelSim SE X.Yz
- Load ModelSim SE
- Create a project called 'mce'
- Add the following files to the project's 'Top Level':
- C:\Modeltech_X.Yz\vhdl_src\textio.vhd
- C:\Modeltech_X.Yz\vhdl_src\standard.vhd
- C:\altera\quartus60\eda\sim_lib\altera_mf_components
- altera_mf.vhd
- 220pack.vhd
- 220model.vhd
Additional Instructions on how to set up a ModelSim for Altera FPGAs are here: