Difference between revisions of "Modelsim-Altera"

From ArmadeusWiki
Jump to: navigation, search
(Installation guide)
(Launch installer)
Line 40: Line 40:
 
* Choose directory /opt/quartus/Modelsim/
 
* Choose directory /opt/quartus/Modelsim/
 
* next, next
 
* next, next
 +
* finish
 +
 +
== Configure environment ==
 +
 +
* Add this line in your .bashrc :
 +
<source lang="bash">
 +
export PATH=$PATH:/opt/quartus/Modelsim/modelsim_ase/bin
 +
</source>
 +
 +
* Open new terminal (to reset environment variables)

Revision as of 11:11, 18 August 2015

Page under construction... 

Construction.png Informations on this page are not guaranteed !!

Introduction

Altera provide a integrated version of Modelsim for its FPGA.

To simulate design with less than 10000 lines of code it's possible to get it from free. It's called the Starter Edition. This articles explain how to install the modelsim-altera starter edition on Linux (Ubuntu/Debian).

Installation guide (Quartus 14.0)

We assume that modelsim will be installed under /opt/quartus/ directory.

Download

  • Browse altera download page
  • Download the ModelSim-Altera Edition (includes Starter Edition) (about 1.1GB), you must be logged in.

Launch installer

  • Create Modelsim directory and make installer script executable :
$ cd /opt/quartus/
$ mkdir Modelsim
$ chmod +x ModelSimSetup-14.0.0.200-linux.run
  • Launch it
./ModelSimSetup-14.0.0.200-linux.run
  • Click next
  • Select Modelsim-Altera Starter Edition then next
  • Accept agreement then next
  • Choose directory /opt/quartus/Modelsim/
  • next, next
  • finish

Configure environment

  • Add this line in your .bashrc :
export PATH=$PATH:/opt/quartus/Modelsim/modelsim_ase/bin
  • Open new terminal (to reset environment variables)