Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
Go to file
David Shah 629621642f Preparations for DSP and IpCon fuzzing 2017-11-08 16:05:42 +00:00
docs Minor spelling and punctuation fixes in docs 2017-08-02 13:27:53 +02:00
examples Basic example, outputs work but inputs don't 2017-10-21 19:14:06 +01:00
icebox Fix 5k gbin configuration 2017-11-06 16:14:41 +00:00
icebram makefile: Make install target work for Windows 2017-07-16 20:59:55 -07:00
icecompr Squelch trailing whitespace 2017-08-01 14:43:15 +02:00
icefuzz Preparations for DSP and IpCon fuzzing 2017-11-08 16:05:42 +00:00
icemulti icemulti: Re-use images 2017-09-04 20:14:45 +02:00
icepack Preparations for DSP and IpCon fuzzing 2017-11-08 16:05:42 +00:00
icepll Merge branch 'master' into ice5k 2017-07-31 14:57:24 +02:00
iceprog Removed files that are under GNU licenses 2017-08-31 15:00:41 +02: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 modularized standard Makefile config 2017-09-03 19:20:50 +02: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.