Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
Go to file
Clifford Wolf 710470f9d2
Merge pull request #219 from mbuesch/icepll-fix-fopen
icepll: Avoid segmentation fault, if opening of output file fails
2019-05-26 16:36:28 +02:00
docs docs: Add new Eigen3 dependency 2019-04-02 14:53:52 +01:00
examples Improve icestick rs232demo example 2019-02-14 02:45:25 +01:00
icebox u4k: add SMCCLK cell location 2019-02-22 22:35:55 +01:00
icebram Remove rogue space 2018-06-02 19:10:51 -07:00
icecompr Squelch trailing whitespace 2017-08-01 14:43:15 +02:00
icefuzz u4k: add SMCCLK cell location 2019-02-22 22:35:55 +01:00
icemulti Mount NODEFS if using emscripten and nodejs 2018-03-31 14:10:36 -07:00
icepack option for icepack to skip initializing BRAM (tested for ice40hx8k) 2019-05-15 16:57:17 +02:00
icepll icepll: Avoid segmentation fault, if opening of output file fails 2019-05-26 16:18:30 +02:00
iceprog Add -X option to iceprog 2019-04-27 19:33:07 -03:00
icetime Add missing C headers to timings.py 2019-05-22 11:59:21 +02:00
.gitignore Added/improved support for mxe-based win32 cross builds 2016-02-14 13:47:27 +01:00
COPYING Creating COPYING file. 2017-12-08 16:12:30 -08:00
CodeOfConduct Added CodeOfConduct 2016-02-01 18:54:09 +01:00
Makefile Allow parallel make all to build each subdir simultaneously 2018-07-17 07:40:28 -04:00
README Added license to README 2015-08-19 09:10:50 +02:00
config.mk Build optimized binaries by default 2018-10-30 11:33:36 +01: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.