Skip to content

Instantly share code, notes, and snippets.

@zweed4u
Created September 27, 2016 17:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zweed4u/ecc03ade1da8c51127a5485830d7a621 to your computer and use it in GitHub Desktop.
Save zweed4u/ecc03ade1da8c51127a5485830d7a621 to your computer and use it in GitHub Desktop.
wget http://download.altera.com/akdlm/software/acdsinst/16.0/211/ib_installers/ModelSimSetup-16.0.0.211-linux.run
chmod +x ModelSimSetup-16.0.0.211-linux.run
./ModelSimSetup-16.0.0.211-linux.run
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libxft2:i386 libxtst6:i386
cd ~/altera/16.0/modelsim_ase/linuxaloem
./vsim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment