Skip to main content

Install Modelsim in Ubuntu

Updates (23/09/14): The steps given below are for 32-bit version of Ubuntu. To install Modelsim on 64 bit Ubuntu, please refer to this link. 

What is Modelsim?
  • Modelsim is a hardware simulation and debug environment primarily targeted at smaller ASIC and FPGA design (Ref)
How do I install it?
  • Download Modelsim Linux edition from here 
    • For more information visit me 
  • Go to the download location of the .run file and type chmod +x ModelSimSetup-13.1.0.162.run
    • Visit me for more details
  • Use the command ./ModelSimSetup-13.1.0.162.run install Modelsim
 How do I start Modelsim? 
  • Change your directory to 'Location_where_you_installed_Modelsim'/altera/13.1/modelsim_ase/linuxaloem 
  • Type ./vsim
 Verified on: Ubuntu 12.04 LTS

Comments

  1. I get segmentation fault when I run the last line of code in terminal. How do I get around that?

    ReplyDelete
    Replies
    1. Bro Its coming without any error

      Delete
    2. It's too late. But if you have the error messages, please post it here.

      Delete
    3. Even I'm getting the same. Segmentation error. Ubuntu 18.04.

      Delete
    4. https://gist.github.com/PrieureDeSion/e2c0945cc78006b00d4206846bdb7657
      this helped me to clear that. Even the link mentioned for 64 bit had some errors. Anyway thanks Buddy!!

      Delete
  2. I'm with the same problem. How I run Modelsim??

    ReplyDelete
  3. Can you please post how to install questasim in Ubuntu?

    ReplyDelete
  4. Here is an article I wrote on getting Modelsim running on 64 bit Ubuntu 14.04: http://mattaw.blogspot.com/2014/05/making-modelsim-altera-starter-edition.html

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. I am getting error when i run the last line of code in terminal. Please tell me the solution.

    ReplyDelete
  7. https://sites.google.com/site/longphanwiki/basic-skills/modelsim-doesn-t-work-with-linux-kernel-3-x

    ReplyDelete
  8. I am getting an error while running ./vsim it says " error while loading shared libraries: libXft.so.2: cannot open shared object file: No such file or directory" .

    ReplyDelete
    Replies
    1. If it's a 64-bit machine, please refer to http://mattaw.blogspot.com/2014/05/making-modelsim-altera-starter-edition.html

      Delete
  9. when i run this command ./ModelSimSetup-13.1.0.162.run , the setup does not start ?? any help

    ReplyDelete
    Replies
    1. What does it show? Is it giving some error, or just getting stuck?

      Delete
  10. while running ./vsim i am getting fatal error Read failure in vlm process(0,0) segmentation fault(core dumped)

    ReplyDelete
    Replies
    1. Is it a 64-bit machine? If so, please refer to http://mattaw.blogspot.com/2014/05/making-modelsim-altera-starter-edition.html

      Delete
  11. I was surfing the Internet for information and came across your blog. I am impressed by the information you have on this blog. It shows how well you understand this subject. sportlifeonline.net/nhlstreams/

    ReplyDelete

Post a Comment

Popular posts from this blog

Installing Latex (Miktex+Winedt platform) in windows 7

courtesy: Jinu jayachandran (IIT Bombay) Note: To use latex in windows, you can use the softwares Mikitex and Winedt 1.install the mikitex 2.9 2.Install Winedit 7 3. Start->mikitex 2.9->maintenance->settings->general->change the preference for ‘install missing packages on-the-fly’ to ‘yes’ 4. Start->mikitex 2.9->maintenance(admin)->package manager->repository->change package repository->click ‘packages shall be installed from internet’-> give proxy settings and tick ‘authentication required’-> next->give ldap username and password 5. select any repository 6. Start->mikitex 2.9->maintenance(admin)->package manager->repository->synchronise 7.Start->mikitex 2.9->maintenance(admin)->update(admin) and update by selecting ‘use nearest package repository’ and give proxy settings Now you can start using mikitex using winedit interface. download MikiTex 2.9 download Winedt 7 userguide Note:The ldap i...

Installing MAGIC VLSI Layout tool in Ubuntu (Method I)

Update (30/09/2013): Now magic can be installed directly from synaptic package manager (So no need of the steps in orange color)--   Mr. Amaldev V, IITB Courtesy : Mr. Manu Velayudhan, IITB  ( e-mail ) Verified with : Ubuntu 10.04 (32 & 64 bit) Installing Packages: sudo apt-get install m4 tcl-dev tk-dev blt freeglut3 libglut3 libgl1-mesa-dev libglu1-mesa-dev csh     Installing magic: Download magic-7.5.225.tgz from  http://opencircuitdesign.com/magic/     cd Downloads/     tar xzf magic-7.5.225.tgz     cd magic-7.5.225/         ./configure     sudo make     sudo make install __________________________________________________________________________ Possible errors: During installation of magic in ubuntu 10.04 32 bit instide Virtual box in windows 7, after make install step we got the error root@ubuntu:/home/vineeth/Downloads/magic-7.5.226# sudo make install ...