aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Work started for LP384 chipdb.hermitsoft2017-03-064-6/+71
|
* Disabling BRAM commands in bitsream for LP384hermitsoft2017-03-061-36/+39
|
* LP384 support in icepack - log_level back to 0hermitsoft2017-03-061-1/+1
|
* LP384 support in icepack (tested on real chip)Mihály Horváth2017-03-051-2/+15
| | | | | | LP384 is now supported in icepack, it was fairly easy to realize as only the main chip dimensions are required that could be found out from the .bin bitsream file generated by iCEcube. Tested by creating .asc then packing it back to .bin. The testcase is just a simple LED on/off on a port though but that shows geometries are fine. Now I'm trying to have and support chipdb-384.txt hopefully with some help from the authors and anyone who already knows the internals of IceStorm well. I need info, how to reverse-engineer iCE40 chips the easiest way. Scripts maybe. I'm trying to reach my goal in any way coz iCEcube sucks and IceStorm integrates well into commandline...
* Merge branch 'master' of github.com:cliffordwolf/icestormClifford Wolf2017-02-261-7/+26
|\
| * Add icemulti -a<n>, -A<n>Clifford Wolf2017-02-161-7/+26
| |
* | Add "icetime -N"Clifford Wolf2017-02-261-2/+13
|/
* Merge branch 'makefiles' of https://github.com/lineprinter/icestorm into ↵Clifford Wolf2017-02-139-56/+21
|\ | | | | | | lineprinter-makefiles
| * Clean up MakefilesElvira Khabirova2017-02-129-56/+21
| |
* | Merge pull request #70 from lineprinter/gitignoreClifford Wolf2017-02-121-0/+3
|\ \ | |/ |/| icecompr/.gitignore: add missing files
| * icecompr/.gitignore: add missing filesElvira Khabirova2017-02-121-0/+3
|/
* Update docs index.htmlClifford Wolf2017-02-041-1/+3
|
* Merge pull request #67 from matthiasbock/masterClifford Wolf2017-02-041-16/+124
|\ | | | | icepll: added options to save PLL config as Verilog and for quiet output
| * icepll: changes according to cliffordwolf/icestorm#67:Matthias2017-02-041-3/+1
| | | | | | | | | | * corrected getopt argument * removed PLLOUT_SELECT("GENCLK") from output
| * icepll: added -m option to choose between saving Verilog header or moduleMatthias2017-02-021-47/+91
| |
| * icepll: added -f option to export configuration as Verilog moduleMatthias2017-02-011-2/+58
| |
| * icepll: added -q option to suppress output to stdoutMatthias2017-02-011-16/+26
|/
* Cleanup icecompr codeClifford Wolf2017-01-153-19/+30
|
* Add icecompr.pyClifford Wolf2017-01-132-18/+135
|
* icecompr: fix missed 'make clean' artifactAustin Seipp2017-01-131-1/+1
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Merge pull request #65 from udif/masterClifford Wolf2017-01-111-0/+1
|\ | | | | Fix for Win32 builds
| * Another fixUdi Finkelstein2017-01-011-1/+1
| |
| * Fix Windows buildsUdi Finkelstein2017-01-011-0/+1
| |
* | Fix some typos in icecube.sh comment headerClifford Wolf2017-01-101-2/+2
| |
* | Some cleanups in verilog examplesClifford Wolf2017-01-094-4/+4
| |
* | Added icecomprClifford Wolf2017-01-087-0/+566
| |
* | Improvements in icestick rs232 demoClifford Wolf2017-01-032-25/+25
| |
* | Fixed files with CRLF line endingsClifford Wolf2017-01-017-52/+52
| |
* | Added icebox_stat.pyClifford Wolf2017-01-012-0/+141
|/
* Added pcf --warn-no-port support to icebox_vlogClifford Wolf2016-12-311-0/+2
|
* More OSX notesClifford Wolf2016-12-301-0/+4
|
* Added link to icestick pinoutClifford Wolf2016-12-301-0/+3
|
* Added icestick rs232 demoClifford Wolf2016-12-303-0/+65
|
* Added iCEZUM exampleClifford Wolf2016-12-294-0/+68
|
* Fixed icepll divf rangeClifford Wolf2016-12-171-1/+1
|
* Added marex/typhoon linkClifford Wolf2016-12-131-0/+1
|
* Removed icetime estimate warningClifford Wolf2016-11-011-3/+4
|
* Merge pull request #59 from zeldin/icebram_parserClifford Wolf2016-10-221-6/+31
|\ | | | | Improve input parsing of icebram
| * 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.