Difference between revisions of "Diamond"

From ArmadeusWiki
Jump to: navigation, search
(Ressources/links)
Line 21: Line 21:
 
== 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 Official Installation Guide (for redhat)] (pdf)
 +
* [http://hardtechlife.com/installing-lattice-diamond-on-ubuntu-14-04/ Installing Lattice Diamond on Ubuntu 14.04]

Revision as of 16:07, 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 apt-get install alien
sudo alien --scripts diamond_3_7-base_x64-96-1-x86_64-linux.rpm

Ressources/links