Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
Go to file
Piotr Esden-Tempski ee7eae0be8 Added easier to read chip_select/reset functions.
Just calling a gpio function with two numbers was not very self
explanatory. The functions now refer to the actual indended action, chip
(de)select for flash, reset and chip (de)select for sram. Reading the
code and understanding what steps are taken should be easier now.
2018-08-18 14:41:42 -07:00
docs Fix "routing" vs "buffer" documentation 2018-06-10 17:14:04 +02:00
examples Update README to be clearer 2018-07-03 13:19:58 -07:00
icebox Add 5k support to hlc2asc. 2018-08-09 13:01:18 -07: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 Added missing ieren entries for lm4k. 2018-05-13 11:00:26 -07:00
icemulti Mount NODEFS if using emscripten and nodejs 2018-03-31 14:10:36 -07:00
icepack Add lm4k detection support to icepack. 2018-05-06 11:10:36 -07:00
icepll Mount NODEFS if using emscripten and nodejs 2018-03-31 14:10:36 -07:00
iceprog Added easier to read chip_select/reset functions. 2018-08-18 14:41:42 -07:00
icetime Also install text timing databases 2018-07-30 16:04:04 +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 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.