- Notifications
You must be signed in to change notification settings - Fork13
Open FPGA Toolchain by Clifford Wolf et al.
License
NotificationsYou must be signed in to change notification settings
ddm/icetools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Open Source FPGA toolkit built aroundIceStorm andYosys byClifford Wolf.
docker run dimdm/icetools icepack -h
./icetools.sh
Component | Function | License |
---|---|---|
Yosys | Synthesis | ISC |
Icarus Verilog | Simulation | GPL-2.0 |
Verilator | Simulation | LGPL-3.0 |
Arachne-pnr | Place & Route | MIT |
IceStorm | Bitstream | ISC |
iCE40 LP/HX 1K/4K/8K
iceprog
is not supported in docker and should be installed locally using./icestorm.sh
which kind of defeats the purpose.
To unload the default and vendor drivers in caseiceprog
refuses to connect:
sudo kextunload -v -b com.apple.driver.AppleUSBFTDIsudo kextunload -v -b com.FTDI.driver.FTDIUSBSerialDriver
Reload with
sudo kextload -v -b com.apple.driver.AppleUSBFTDIsudo kextload -v -b com.FTDI.driver.FTDIUSBSerialDriver