Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
Go to file
David Williams e368f15a7f Add an option (-p) to force use of SB_PLL40_PAD
When a clock is applied to a dedicated clock pin, SB_PLL40_CORE is no longer the correct primitive to use.

Also the name of the clock input must be PACKAGEPIN (rather than REFERENCECLK)
2021-02-05 07:35:50 -08:00
docs Fix links and email addr in index.html 2020-08-19 10:35:39 +02:00
examples Improve icestick rs232demo example 2019-02-14 02:45:25 +01:00
icebox added I2C and SPI for u4k to database 2020-12-04 16:47:05 +01:00
icebram icebram: add WASI platform support. 2020-06-26 11:30:00 +00:00
icecompr Squelch trailing whitespace 2017-08-01 14:43:15 +02:00
icefuzz added I2C and SPI for u4k to database 2020-12-04 16:47:05 +01:00
icemulti Support custom PROGRAM_PREFIX 2020-04-10 10:05:17 +02:00
icepack icepack: show program name in usage. 2020-06-24 19:57:22 +00:00
icepll Add an option (-p) to force use of SB_PLL40_PAD 2021-02-05 07:35:50 -08:00
iceprog Merge branch 'opt_skip_powerdown' of https://github.com/smunaut/icestorm 2020-04-22 18:06:59 +02:00
icetime Enable rest of lattice parts in icetime 2020-07-08 19:48:11 +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 Make iceprog optional. 2019-08-31 14:03:14 +00:00
README Added license to README 2015-08-19 09:10:50 +02:00
config.mk Add -MP to CFLAGS and CXXFLAGS, making it harder for make to get confused out of even trying to build 2020-05-09 02:40:08 -06: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.