aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-13Add icecompr.pyClifford Wolf
2017-01-13icecompr: fix missed 'make clean' artifactAustin Seipp
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-01-11Merge pull request #65 from udif/masterClifford Wolf
Fix for Win32 builds
2017-01-10Fix some typos in icecube.sh comment headerClifford Wolf
2017-01-09Some cleanups in verilog examplesClifford Wolf
2017-01-08Added icecomprClifford Wolf
2017-01-03Improvements in icestick rs232 demoClifford Wolf
2017-01-01Fixed files with CRLF line endingsClifford Wolf
2017-01-01Added icebox_stat.pyClifford Wolf
2017-01-01Another fixUdi Finkelstein
2017-01-01Fix Windows buildsUdi Finkelstein
2016-12-31Added pcf --warn-no-port support to icebox_vlogClifford Wolf
2016-12-30More OSX notesClifford Wolf
2016-12-30Added link to icestick pinoutClifford Wolf
2016-12-30Added icestick rs232 demoClifford Wolf
2016-12-29Added iCEZUM exampleClifford Wolf
2016-12-17Fixed icepll divf rangeClifford Wolf
2016-12-13Added marex/typhoon linkClifford Wolf
2016-11-01Removed icetime estimate warningClifford Wolf
2016-10-22Merge pull request #59 from zeldin/icebram_parserClifford Wolf
Improve input parsing of icebram
2016-10-21Improve input parsing of icebramMarcus Comstedt
Add support for the following in the input hexfiles: * Horizontal whitespace (space, tab, cr) * Multiple words on the same line * Empty lines * Embedded underscores (_) in the words * x and z nibbles (interpreted as zero) In addition, allow for the to_hexfile to be shorter than the from_hexfile, padding with zeroes as needed.
2016-10-17Reproducibility improvementsLarry Doolittle
Pulled from Debian reproducible-builds project
2016-10-14Merge pull request #58 from set-soft/masterClifford Wolf
Added a new config variable CHIPDB_SUBDIR.
2016-10-13Added a new config variable CHIPDB_SUBDIR. It determines the subdir nameSalvador E. Tropea
used in $(PREFIX)/share/ to install the chip database. This provides a mechanism to choose a directory different than icebox (default). I.e. fpga-icestorm/chipdb for Debian.
2016-10-02Merge branch 'master' of github.com:cliffordwolf/icestormClifford Wolf
2016-10-02Added "icetime -C <chipdb-file>"Clifford Wolf
2016-09-13Added prerequisites install command for Fedora 24Clifford Wolf
2016-09-04Minor Makefile typo fixClifford Wolf
2016-09-04Merge pull request #54 from adhorden/adhorden_iceprog_makefile_osxClifford Wolf
Adam D. Horden iceprog makefile osx fix.
2016-09-04The fix will check to see if you are compiling on Mac OS X and set theAdam D. Horden
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. Cleaned up Makefile and removed verbose checking of FTDI version. Cleaned up Makefile and removed verbose checking of uname.
2016-09-04Fix to enable a clean build on Mac OS X.Adam D. Horden
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-04Fix to enable a clean build on Mac OS X.Adam D. Horden
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.
2016-08-26More links on websiteClifford Wolf
2016-08-23Merge pull request #53 from Jesus89/win32Clifford Wolf
icetime: support PREFIX expansion for win32
2016-08-23icetime: support PREFIX expansion for win32Jesús Arroyo Torrens
2016-07-26Only define _GNU_SOURCE for vasprintf() when not _WIN32Clifford Wolf
2016-07-26Explicitly ask for vasprintf where appropriate.Yury Gribov
2016-07-23Merge pull request #48 from Jesus89/libftdiClifford Wolf
Give priority to libftdi1 over libftdi
2016-07-23Give priority to libftdi1 over libftdiJesús Arroyo Torrens
2016-06-21Added icedude linkClifford Wolf
2016-06-20Added "icecube.sh -ul1k"Clifford Wolf
2016-06-19Added icefuzz/glbcheck.pyClifford Wolf
2016-06-14Bugfix in icetime .pcf parserClifford Wolf
2016-06-14Typo fix in "icebox_vlog --help"Clifford Wolf
2016-06-14Better icetime error message for empty designsClifford Wolf
2016-06-11Minor icebram improvementsClifford Wolf
2016-05-22Using ?= for all config.mk entriesClifford Wolf
2016-05-22Merge pull request #44 from dvc94ch/clang-optionalClifford Wolf
Make clang optional
2016-05-21Make clang optionalDavid Craven
2016-05-16Bugfix for when e.g. PLL LOCK drives longest pathClifford Wolf