aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve input parsing of icebramMarcus Comstedt2016-10-211-6/+31
| | | | | | | | | | | | | 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.
* Reproducibility improvementsLarry Doolittle2016-10-171-2/+2
| | | | Pulled from Debian reproducible-builds project
* Merge pull request #58 from set-soft/masterClifford Wolf2016-10-143-3/+4
|\ | | | | Added a new config variable CHIPDB_SUBDIR.
| * Added a new config variable CHIPDB_SUBDIR. It determines the subdir nameSalvador E. Tropea2016-10-133-3/+4
|/ | | | | | 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.
* Merge branch 'master' of github.com:cliffordwolf/icestormClifford Wolf2016-10-021-0/+10
|\
| * Added prerequisites install command for Fedora 24Clifford Wolf2016-09-131-0/+10
| |
* | Added "icetime -C <chipdb-file>"Clifford Wolf2016-10-021-4/+12
|/
* Minor Makefile typo fixClifford Wolf2016-09-041-1/+1
|
* Merge pull request #54 from adhorden/adhorden_iceprog_makefile_osxClifford Wolf2016-09-041-2/+9
|\ | | | | Adam D. Horden iceprog makefile osx fix.
| * The fix will check to see if you are compiling on Mac OS X and set theAdam D. Horden2016-09-041-9/+2
| | | | | | | | | | | | | | | | | | | | 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.
| * Fix to enable a clean build on Mac OS X.Adam D. Horden2016-09-041-2/+9
| | | | | | | | | | | | | | | | 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.
| * Fix to enable a clean build on Mac OS X.Adam D. Horden2016-09-041-2/+9
|/ | | | | 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.
* More links on websiteClifford Wolf2016-08-261-1/+10
|
* Merge pull request #53 from Jesus89/win32Clifford Wolf2016-08-231-2/+18
|\ | | | | icetime: support PREFIX expansion for win32
| * icetime: support PREFIX expansion for win32Jesús Arroyo Torrens2016-08-231-2/+18
|/
* Only define _GNU_SOURCE for vasprintf() when not _WIN32Clifford Wolf2016-07-262-0/+6
|
* Explicitly ask for vasprintf where appropriate.Yury Gribov2016-07-262-0/+4
|
* Merge pull request #48 from Jesus89/libftdiClifford Wolf2016-07-231-4/+4
|\ | | | | Give priority to libftdi1 over libftdi
| * Give priority to libftdi1 over libftdiJesús Arroyo Torrens2016-07-231-4/+4
|/
* Added icedude linkClifford Wolf2016-06-211-0/+1
|
* Added "icecube.sh -ul1k"Clifford Wolf2016-06-201-0/+5
|
* Added icefuzz/glbcheck.pyClifford Wolf2016-06-191-0/+63
|
* Bugfix in icetime .pcf parserClifford Wolf2016-06-141-2/+5
|
* Typo fix in "icebox_vlog --help"Clifford Wolf2016-06-141-1/+1
|
* Better icetime error message for empty designsClifford Wolf2016-06-141-0/+4
|
* Minor icebram improvementsClifford Wolf2016-06-111-3/+6
|
* Using ?= for all config.mk entriesClifford Wolf2016-05-221-1/+1
|
* Merge pull request #44 from dvc94ch/clang-optionalClifford Wolf2016-05-221-2/+2
|\ | | | | Make clang optional
| * Make clang optionalDavid Craven2016-05-211-2/+2
|/
* Bugfix for when e.g. PLL LOCK drives longest pathClifford Wolf2016-05-161-9/+13
|
* Added missing #include <stdlib.h> to iceprog.cClifford Wolf2016-05-161-0/+1
|
* Some icetime json format fixesClifford Wolf2016-05-161-10/+20
|
* icetime: only include "net" in json output if different from hwnetClifford Wolf2016-05-161-6/+9
|
* icetime: json now contains net and hwnetClifford Wolf2016-05-161-13/+21
|
* Added icetime json output format (icetime -j)Clifford Wolf2016-05-151-43/+86
|
* Added icebox noplls_dbClifford Wolf2016-05-152-0/+18
|
* Added FILTER_RANGE support to icepllClifford Wolf2016-05-151-0/+11
|
* Added IceBRAM to docsClifford Wolf2016-05-151-0/+8
|
* Added icebram to top-level MakefileClifford Wolf2016-05-151-0/+4
|
* Merge branch 'feat-icebram'Clifford Wolf2016-05-155-0/+464
|\
| * Finished icebramClifford Wolf2016-05-152-6/+75
| |
| * Added icebram bitslice replacerClifford Wolf2016-05-123-9/+112
| |
| * Added icebram skeletonClifford Wolf2016-05-124-6/+202
| |
| * Added icebram test benchClifford Wolf2016-05-113-0/+96
|/
* Fixes for MXE buildClifford Wolf2016-05-071-2/+2
|
* Added some IDs for deep-links to index.htmlClifford Wolf2016-05-051-3/+3
|
* Improvements in iceprogClifford Wolf2016-05-041-17/+47
|
* Added "icetime -c"Clifford Wolf2016-05-031-4/+26
|
* Merge pull request #35 from benpye/fix-iceprog-windowsClifford Wolf2016-03-281-4/+4
|\ | | | | Fix iceprog on Windows opening binary in text mode
| * Fix iceprog on Windows opening binary in text modeBen Pye2016-03-271-4/+4
|/