Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
Go to file
David Shah a59472812c Remove seperate 5k RAM DB and share with 8k instead
This should ensure that the 5k RAM routing entries are now complete,
fixing #115
2018-01-16 15:17:20 +00:00
docs Add SPI enable bits to docs 2018-01-16 15:17:20 +00:00
examples Tidy up 5k examples 2017-11-20 09:51:19 +00:00
icebox Remove seperate 5k RAM DB and share with 8k instead 2018-01-16 15:17:20 +00:00
icebram Fix up build system to work with emscripten 2017-11-15 03:13:35 -08:00
icecompr Squelch trailing whitespace 2017-08-01 14:43:15 +02:00
icefuzz Remove seperate 5k RAM DB and share with 8k instead 2018-01-16 15:17:20 +00:00
icemulti Fix up build system to work with emscripten 2017-11-15 03:13:35 -08:00
icepack Fix whitespace and a couple of typos 2017-11-20 09:43:54 +00:00
icepll Fix up build system to work with emscripten 2017-11-15 03:13:35 -08:00
iceprog Removed files that are under GNU licenses 2017-08-31 15:00:41 +02:00
icetime Initial 5k support in icetime (no support for new cells yet) 2017-11-24 16:41:34 +00: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 Fix up build system to work with emscripten 2017-11-15 03:13:35 -08:00
README Added license to README 2015-08-19 09:10:50 +02:00
config.mk Fix up build system to work with emscripten 2017-11-15 03:13:35 -08: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.