Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
Go to file
Adam D. Horden 0d3ee2655f Fix to enable a clean build on Mac OS X.
The fix will check to see if you are compiling on Mac OS X and set the
correct LDLIBS and CFLAGS for Mac OS X.

This attempts to detect the correct version of the FTDI headers and
sets the correct CFLAGS for the version of the FTDI headers installed.
2016-09-04 11:48:12 +01:00
docs More links on website 2016-08-26 15:29:31 +02:00
examples Timing models for LP and HX devices 2016-02-01 23:32:03 +01:00
icebox Typo fix in "icebox_vlog --help" 2016-06-14 09:29:43 +02:00
icebram Minor icebram improvements 2016-06-11 19:07:01 +02:00
icefuzz Added "icecube.sh -ul1k" 2016-06-20 00:09:22 +02:00
icemulti Added Makefile support for "make STATIC=1" 2016-03-02 12:34:51 +01:00
icepack Only define _GNU_SOURCE for vasprintf() when not _WIN32 2016-07-26 10:31:22 +02:00
icepll Added FILTER_RANGE support to icepll 2016-05-15 12:54:04 +02:00
iceprog Fix to enable a clean build on Mac OS X. 2016-09-04 11:48:12 +01:00
icetime icetime: support PREFIX expansion for win32 2016-08-23 21:30:00 +02: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 Added icebram to top-level Makefile 2016-05-15 00:43:09 +02:00
README Added license to README 2015-08-19 09:10:50 +02:00
config.mk Using ?= for all config.mk entries 2016-05-22 12:45:13 +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.