Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
Go to file
Clifford Wolf 1f9d00bb9c Don't build chipdb-5k.txt by default (it does not work yet) 2017-07-31 15:58:14 +02:00
docs Add "DSP iCE board" to board list 2017-07-21 18:21:47 +02:00
examples Use better error pattern in icestick checker example 2017-07-21 17:43:05 +02:00
icebox Don't build chipdb-5k.txt by default (it does not work yet) 2017-07-31 15:58:14 +02:00
icebram makefile: Make install target work for Windows 2017-07-16 20:59:55 -07:00
icecompr Merge branch 'makefiles' of https://github.com/lineprinter/icestorm into lineprinter-makefiles 2017-02-13 14:39:44 +01:00
icefuzz Fix some bugs in two of the icefuzz make_*.py scripts 2017-07-31 15:56:58 +02:00
icemulti makefile: Make install target work for Windows 2017-07-16 20:59:55 -07:00
icepack Fix icepack debug output 2017-07-31 15:53:59 +02:00
icepll Merge branch 'master' into ice5k 2017-07-31 14:57:24 +02:00
iceprog iceprog: Make errors print only the program name 2017-07-17 01:43:27 -07:00
icetime makefile: Make install target work for Windows 2017-07-16 20:59:55 -07:00
.gitignore Added/improved support for mxe-based win32 cross builds 2016-02-14 13:47:27 +01:00
CodeOfConduct Added CodeOfConduct 2016-02-01 18:54:09 +01:00
Makefile Clean up Makefiles 2017-02-12 16:13:03 +03:00
README Added license to README 2015-08-19 09:10:50 +02:00
config.mk makefile: Do not ignore user-provided CFLAGS 2017-07-16 18:51:54 -07:00

README

Project IceStorm aims at documenting the bitstream format of Lattice iCE40
FPGAs and providing simple tools for analyzing and creating bitstream files.

See http://www.clifford.at/icestorm/ for more information.

Most of Project IceStorm is licensed under the ISC license:

#  Permission to use, copy, modify, and/or distribute this software for any
#  purpose with or without fee is hereby granted, provided that the above
#  copyright notice and this permission notice appear in all copies.
#
#  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
#  WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
#  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
#  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
#  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
#  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
#  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.