Resources and examples for working with the awesome Project IceStorm.
To install follow the directions on Clifford's website: http://www.clifford.at/icestorm/
Or you copypasta the following auto-magical line to run all of those commands for you:
curl https://raw.githubusercontent.com/gskielian/TEAM-VERILOG/master/ice-ubuntu-14.04-installer.sh | sh
This installs the toolchain and makes a new folder in home directory: ~/OpenSource_ICE40_Flow
We currently have examples for the following:
- the icestick
- the hx8kboard
Current tree:
├── icestick_examples
│ └── example_1_blink
│ ├── example.v
│ ├── icestick.pcf
│ └── Makefile.
├── hx8kboard_examples
│ └── example_1_blink
│ ├── example.v
│ ├── hx8kboard.pcf
│ └── Makefile
navigate to the directory below:
./icestick_examples/example_1_blink/
run with the following line:
make && sudo make prog
make edits to example.v as desired
navigate to the directory below:
./hx8kboard_examples/example_1_blink/
run with the following line:
sudo iceprog -S example.bin