diff options
author | Kalle Raiskila <kraiskil@iki.fi> | 2016-01-31 13:01:18 +0200 |
---|---|---|
committer | Kalle Raiskila <kalle.raiskila@nokia.com> | 2016-01-31 13:03:11 +0200 |
commit | 438c0b55aea79da73f9be6ace4ddf2b77b749774 (patch) | |
tree | a052afe5cd645974a21463549677b329c5b8cfcc /examples/iceblink/README | |
parent | f1592d01eeb73b23d628bc802f242ac49f30d33e (diff) | |
download | icestorm-438c0b55aea79da73f9be6ace4ddf2b77b749774.tar.gz icestorm-438c0b55aea79da73f9be6ace4ddf2b77b749774.tar.bz2 icestorm-438c0b55aea79da73f9be6ace4ddf2b77b749774.zip |
Port example to iceblink40 board.
Diffstat (limited to 'examples/iceblink/README')
-rw-r--r-- | examples/iceblink/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/iceblink/README b/examples/iceblink/README new file mode 100644 index 0000000..d43a7ae --- /dev/null +++ b/examples/iceblink/README @@ -0,0 +1,10 @@ +Note, there are at least two similar looking versions of the iCEblink40 evaluation board: +-iCEblink40-HX1K +-iCEblink40-LP1K + +This example assumes the iCEblink40-HX1K board. + +The iCEblink40 boards have an on-board programmer with USB interface from Digilent. +You need iCEburn to program the FPGA via this interface (or the original vendor +tools). +https://github.com/davidcarne/iceBurn |