| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-10 | add RGB_DRV/LED_DRV_CUR for u4k | Simon Schubert | |
| 2019-06-09 | Merge pull request #221 from mbuesch/icebox-lru-cache | Clifford Wolf | |
| Reduce icebox build time | |||
| 2019-06-08 | icebox_vlog: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox_stat: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox_maps: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox_html: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox_hlc2asc: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox_explain: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox_diff: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox_colbuf: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox_asc2hlc: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox: Use cached re functions | Michael Buesch | |
| 2019-06-08 | icebox: Add helper functions to LRU cache regular expression results | Michael Buesch | |
| 2019-06-08 | icebox: Use LRU cache for often called function tile_has_net() | Michael Buesch | |
| 2019-06-07 | Merge pull request #222 from mbuesch/icetime-gitignore | Clifford Wolf | |
| icetime: Add generated timings-*.cc files to .gitignore and 'make clean' | |||
| 2019-06-07 | icetime: Add generated timings-*.cc files to .gitignore and make clean | Michael Buesch | |
| 2019-05-26 | Merge pull request #219 from mbuesch/icepll-fix-fopen | Clifford Wolf | |
| icepll: Avoid segmentation fault, if opening of output file fails | |||
| 2019-05-26 | icepll: Avoid segmentation fault, if opening of output file fails | Michael Buesch | |
| 2019-05-26 | Merge pull request #218 from mbuesch/quiet | Clifford Wolf | |
| icepll: In quiet mode don't print info about target file name | |||
| 2019-05-25 | icepll: In quiet mode don't print info about target file name | Michael Buesch | |
| 2019-05-22 | Add missing C headers to timings.py | Clifford Wolf | |
| Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2019-05-15 | Merge pull request #215 from bluesceada/icepack-noinit-bram | Clifford Wolf | |
| Option for icepack to skip initializing BRAM (tested for ice40hx8k) with "-n" | |||
| 2019-05-15 | option for icepack to skip initializing BRAM (tested for ice40hx8k) | Dennis Gnad | |
| 2019-05-01 | Merge pull request #214 from mbuesch/warningfix | Clifford Wolf | |
| Fix warnings: 'may be used uninitialized in this function' | |||
| 2019-04-30 | Fix warnings: 'may be used uninitialized in this function' | Michael Buesch | |
| icetime.cc: In member function ‘double TimingAnalysis::report(std::__cxx11::string)’: icetime.cc:1095:15: warning: ‘last_time’ may be used uninitialized in this function [-Wmaybe-uninitialized] fprintf(frpt, "%10.3f ns ..%7.3f ns %s\n", first_time, last_time, last_net.c_str()); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ icetime.cc:1095:15: warning: ‘first_time’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |||
| 2019-04-29 | Merge pull request #212 from pcossutta/master | Clifford Wolf | |
| Add -X option to iceprog | |||
| 2019-04-27 | Add -X option to iceprog | Pablo Cossutta | |
| In my setup, in OSX I have problems reading from libftdi but not writing. In case of a failure iceprog exits and leaves the FPGA in an useless state. I think it would be a good option to have the possibility to skip the verification process. | |||
| 2019-04-16 | Merge pull request #206 from smunaut/icetime | Clifford Wolf | |
| icetime: Split timing 'get_delay' functions per device | |||
| 2019-04-16 | Merge pull request #211 from daveshah1/eigen3 | Clifford Wolf | |
| docs: Add new Eigen3 dependency | |||
| 2019-04-02 | docs: Add new Eigen3 dependency | David Shah | |
| Signed-off-by: David Shah <dave@ds0.me> | |||
| 2019-03-20 | icetime: Split timing 'get_delay' functions per device | Sylvain Munaut | |
| This should reduce the memory requirement during build of icetime, not trying to compile one huge file all at once Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
| 2019-03-11 | Merge pull request #205 from gojimmypi/master | Clifford Wolf | |
| clarify empty design message. See Issue #204 | |||
| 2019-03-10 | clarify empty design message. See Isse #204 | gojimmypi | |
| 2019-03-02 | Minor cleanups in iceprog/mpsse.h | Clifford Wolf | |
| Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2019-03-02 | Merge pull request #196 from esden/iceprog-mpsse-refactor | Clifford Wolf | |
| Iceprog mpsse refactor | |||
| 2019-02-23 | Merge pull request #202 from corecode/u4k | Clifford Wolf | |
| iCE40 Ultra = iCE5LP = u4k port | |||
| 2019-02-22 | u4k: add SMCCLK cell location | Simon Schubert | |
| icecube uses SMCCLK.CLK to "legalize" output cells. Unclear what this is for, but it appears in almost all outputs. | |||
| 2019-02-22 | iCE40 Ultra = iCE5LP = u4k port | Simon Schubert | |
| 2019-02-19 | Website updates | Clifford Wolf | |
| Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2019-02-19 | Website updates | Clifford Wolf | |
| Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2019-02-14 | Improve icestick rs232demo example | Clifford Wolf | |
| Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2018-12-31 | Merge pull request #197 from delvers/master | Clifford Wolf | |
| add boost dependencie for fedora | |||
| 2018-12-29 | add boost dependencies for fedora | David Elvers | |
| 2018-12-24 | Split the hardware specific gpio functions. | Piotr Esden-Tempski | |
| 2018-12-24 | Factored out mpsse functions for easier reusability. | Piotr Esden-Tempski | |
| 2018-11-09 | Merge branch 'master' of github.com:cliffordwolf/icestorm | Clifford Wolf | |
| 2018-11-09 | Merge pull request #188 from esden/docs-nextpnr | Clifford Wolf | |
| Added NextPNR deps and install instructions to docs. | |||
| 2018-11-08 | Added NextPNR deps and install instructions to docs. | Piotr Esden-Tempski | |
| 2018-10-30 | Build optimized binaries by default | Clifford Wolf | |
| Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2018-10-30 | Merge pull request #184 from nathanrossi/nrossi/portable-chipdb | Clifford Wolf | |
| icetime: Add support for searching for chipdb relative to binary | |||
