Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Avisos
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discusiones

Installing ModelSim SE on Ubuntu

Altera_Forum
Colaborador Distinguido II
2.013 Vistas

Hi, 

I am brand new to the world of FPGA and the Altera Tools. I have installed QuartusII Web Edition on Ubuntu. 

 

My next step is to install ModelSim SE on Ubuntu 11.10. However when I get to the screen asking for Destination Selection, I am not sure what to select as I keep getting a message asking me to install ModelSim in the same directory as I installed Quartus II. 

 

Please help. 

 

I am sure I can get away without the software for now, however, I like to ensure I have all the platform 'infrastructure' and tooling before I start doing any development.  

 

Thanks for your time.  

 

Vince.
0 kudos
2 Respuestas
Altera_Forum
Colaborador Distinguido II
980 Vistas

I installed Quartus 11.1sp1 and Modelsim-ASE into Ubuntu 11.10. Here's my notes: 

 

cd ~/temp sudo /bin/bash /mnt/quartus/11.1sp1_216_modelsim_ase_linux.sh # This generates an error after uncompressing, so run its setup script explicitly cd 11.1sp1_216_modelsim_ase_linux sudo /bin/bash ./setup # This starts the installation GUI.# # Install Modelsim-ASE# – Install into /opt/altera/11.1sp1_free # Check that Modelsim works export PATH=$PATH:/opt/altera/11.1sp1_free/modelsim_ase/linuxaloem vsim Cheers, 

Dave
Altera_Forum
Colaborador Distinguido II
980 Vistas

 

--- Quote Start ---  

I installed Quartus 11.1sp1 and Modelsim-ASE into Ubuntu 11.10. Here's my notes: 

 

cd ~/temp sudo /bin/bash /mnt/quartus/11.1sp1_216_modelsim_ase_linux.sh # This generates an error after uncompressing, so run its setup script explicitly cd 11.1sp1_216_modelsim_ase_linux sudo /bin/bash ./setup # This starts the installation GUI. # # Install Modelsim-ASE # – Install into /opt/altera/11.1sp1_free # Check that Modelsim works export PATH=$PATH:/opt/altera/11.1sp1_free/modelsim_ase/linuxaloem vsim Cheers, 

Dave 

--- Quote End ---  

 

 

Thanks for responding Dave - I will have a go and let you know...
Responder