Diamond: Difference between revisions
From ArmadeusWiki
| Line 14: | Line 14: | ||
First alien is needed to convert the rpm in debian package : | First alien is needed to convert the rpm in debian package : | ||
<pre class="host"> | <pre class="host"> | ||
sudo apt-get install alien | |||
sudo alien --scripts diamond_3_7-base_x64-96-1-x86_64-linux.rpm | sudo alien --scripts diamond_3_7-base_x64-96-1-x86_64-linux.rpm | ||
</pre> | </pre> | ||
Revision as of 15: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 apt-get install alien sudo alien --scripts diamond_3_7-base_x64-96-1-x86_64-linux.rpm
Ressources/links
- Installation Guide (pdf)