Difference between revisions of "IceCube"

From ArmadeusWiki
Jump to: navigation, search
(Created page with "== Introduction == IceCube2 is the software used to synthesize bitstream for Lattice ICE40 FPGA. == Install guide == === Download === Download the tgz archive for linux [...")
 
(Get a free license)
Line 12: Line 12:
  
 
On this page : [http://www.latticesemi.com/en/Support/Licensing/DiamondAndiCEcube2SoftwareLicensing/iceCube2]
 
On this page : [http://www.latticesemi.com/en/Support/Licensing/DiamondAndiCEcube2SoftwareLicensing/iceCube2]
 +
 +
=== Install it ===
 +
 +
To install the software, just deflate it then launch it :
 +
<source lang="bash">
 +
$ mkdir icecube2
 +
$ cd icecube2
 +
$ tar -zxvf ~/download/iCEcube2setup_Sep_12_2017_1708.tgz
 +
$ ./iCEcube2setup_Sep_12_2017_1708
 +
</source>

Revision as of 08:38, 16 September 2019

Introduction

IceCube2 is the software used to synthesize bitstream for Lattice ICE40 FPGA.

Install guide

Download

Download the tgz archive for linux here.

Get a free license

On this page : [1]

Install it

To install the software, just deflate it then launch it :

$ mkdir icecube2
$ cd icecube2
$ tar -zxvf ~/download/iCEcube2setup_Sep_12_2017_1708.tgz
$ ./iCEcube2setup_Sep_12_2017_1708