Sign inSign up

dimdm/icetools

By dimdm

Updated over 8 years ago

Open FPGA Toolchain by Clifford Wolf et al.

Image
1

1.9K

dimdm/icetools repository overview

IceTools

Open Source FPGA toolkit built around IceStorm and Yosys by Clifford Wolf.

Run with Docker

docker run dimdm/icetools icepack -h

Install locally (brew || sudo apt-get)

./icetools.sh

Toolchain

ComponentFunctionLicense
YosysSynthesisISC
Icarus VerilogSimulationGPL-2.0
VerilatorSimulationLGPL-3.0
Arachne-pnrPlace & RouteMIT
IceStormBitstreamISC

Supported FPGAs

iCE40 LP/HX 1K/4K/8K

Supported Devkits

Issues

iceprog is not supported in docker and should be installed locally using ./icestorm.sh which kind of defeats the purpose.

OS X

To unload the default and vendor drivers in case iceprog refuses to connect:

sudo kextunload -v -b com.apple.driver.AppleUSBFTDI
sudo kextunload -v -b com.FTDI.driver.FTDIUSBSerialDriver

Reload with

sudo kextload -v -b com.apple.driver.AppleUSBFTDI
sudo kextload -v -b com.FTDI.driver.FTDIUSBSerialDriver

Tag summary

Content type

Image

Digest

Size

150.8 MB

Last updated

over 8 years ago

docker pull dimdm/icetools