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 [...")
 
(Download)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
=== Download ===
 
=== Download ===
  
Download the tgz archive for linux [http://www.latticesemi.com/en/Products/DesignSoftwareAndIP/FPGAandLDS/iCEcube2#_4351BE10BA504435B5226390CF5D7D4C here].
+
Download the tgz archive (361MB) for linux [http://www.latticesemi.com/en/Products/DesignSoftwareAndIP/FPGAandLDS/iCEcube2#_4351BE10BA504435B5226390CF5D7D4C here].
  
 
=== Get a free license ===
 
=== Get a free license ===
  
 
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>

Latest revision as of 09:39, 16 September 2019

Introduction

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

Install guide

Download

Download the tgz archive (361MB) 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