Difference between revisions of "ModelSim SE Installation"

From MCEWiki
Line 28: Line 28:
  
  
Additional Instructions on how to set up a ModelSim for Altera FPGAs are here:
+
Non-specific 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 14:27, 17 June 2008

Download ModelSim SE X.Yz


Note: Altera takes some time to issue libraries that are compatible with the latest version of ModelSim. By that time, the version of ModelSim they are compatible with is usually no longer available from the ModelSim website. Therefore, it is in your best interest to store old versions of ModelSim. To check that 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.vhd
    • C:\altera\quartus60\eda\sim_lib\altera_mf.vhd
    • C:\altera\quartus60\eda\sim_lib\220pack.vhd
    • C:\altera\quartus60\eda\sim_lib\220model.vhd
  • Compile these files
  • Change the 'Properties' of these files. Select them all, and right click on one. Select 'Properties...', and click on the 'Do Not Compile' check box under the 'General' tab.
  • Create the following project folders by selecting 'File->New->Folder':
    • library
    • cards/bias_card
    • cards/clock_card
    • cards/all_cards
    • cards/readout_card
    • cards/addr_card
    • cards/system


Non-specific instructions on how to set up a ModelSim for Altera FPGAs are here: