Difference between revisions of "Diamond"

From ArmadeusWiki
Jump to: navigation, search
(Installation guide)
(Installation guide)
Line 9: Line 9:
  
 
Download the rpm file on Lattice website [http://www.latticesemi.com/latticediamond#linux].
 
Download the rpm file on Lattice website [http://www.latticesemi.com/latticediamond#linux].
 +
 +
=== Install on debian 64bits ===
 +
 +
First alien is needed to convert the rpm in debian package :
 +
<pre class="host">
 +
sudo alien --scripts diamond_3_7-base_x64-96-1-x86_64-linux.rpm
 +
</pre>
  
 
== Ressources/links ==
 
== Ressources/links ==
  
 
* [http://www.latticesemi.com/view_document?document_id=51520 Installation Guide] (pdf)
 
* [http://www.latticesemi.com/view_document?document_id=51520 Installation Guide] (pdf)

Revision as of 16:00, 26 April 2016

Introduction

Lattice diamond is the software used to synthesize bitstream for Lattice FPGAs. It's required for the MachXO[1,2,3] FPGA.

Installation guide

Download

Download the rpm file on Lattice website [1].

Install on debian 64bits

First alien is needed to convert the rpm in debian package :

sudo alien --scripts diamond_3_7-base_x64-96-1-x86_64-linux.rpm

Ressources/links