Difference between revisions of "Modelsim-Altera"

From ArmadeusWiki
Jump to: navigation, search
(New page: {{Under_Construction}} Category: FPGA Category: Quartus Category: Modelsim = Introduction = Altera provide a [https://www.altera.com/products/design-software/model---simula...)
 
(Installation guide)
Line 13: Line 13:
  
 
= Installation guide =
 
= Installation guide =
 +
 +
We assume that modelsim will be installed under /opt/quartus/ directory.
  
 
== Download ==
 
== Download ==
Line 18: Line 20:
 
* Browse [http://dl.altera.com/?edition=subscription&product=modelsim_ae#tabs-2 altera download page]
 
* Browse [http://dl.altera.com/?edition=subscription&product=modelsim_ae#tabs-2 altera download page]
 
* Download the '''ModelSim-Altera Edition (includes Starter Edition)''' (about 1.1GB), you must be logged in.
 
* Download the '''ModelSim-Altera Edition (includes Starter Edition)''' (about 1.1GB), you must be logged in.
 +
* Make it executable :
 +
<source lang="bash">
 +
$ cd /opt/quartus/
 +
$ chmod +x QuartusSetup-14.1.1.190-linux.run
 +
</source>

Revision as of 10:58, 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

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.
  • Make it executable :
$ cd /opt/quartus/
$ chmod +x QuartusSetup-14.1.1.190-linux.run