aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-06Disabling BRAM commands in bitsream for LP384hermitsoft
2017-03-06LP384 support in icepack - log_level back to 0hermitsoft
2017-03-05LP384 support in icepack (tested on real chip)Mihály Horváth
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...
2017-02-26Merge branch 'master' of github.com:cliffordwolf/icestormClifford Wolf
2017-02-26Add "icetime -N"Clifford Wolf
2017-02-16Add icemulti -a<n>, -A<n>Clifford Wolf
2017-02-13Merge branch 'makefiles' of https://github.com/lineprinter/icestorm into ↵Clifford Wolf
lineprinter-makefiles
2017-02-12Clean up MakefilesElvira Khabirova
2017-02-12Merge pull request #70 from lineprinter/gitignoreClifford Wolf
icecompr/.gitignore: add missing files
2017-02-12icecompr/.gitignore: add missing filesElvira Khabirova
2017-02-04Update docs index.htmlClifford Wolf
2017-02-04Merge pull request #67 from matthiasbock/masterClifford Wolf
icepll: added options to save PLL config as Verilog and for quiet output
2017-02-04icepll: changes according to cliffordwolf/icestorm#67:Matthias
* corrected getopt argument * removed PLLOUT_SELECT("GENCLK") from output
2017-02-02icepll: added -m option to choose between saving Verilog header or moduleMatthias
2017-02-01icepll: added -f option to export configuration as Verilog moduleMatthias
2017-02-01icepll: added -q option to suppress output to stdoutMatthias
2017-01-15Cleanup icecompr codeClifford Wolf
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