| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-13 | Fix typo | Clifford Wolf | |
| Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2019-08-31 | Merge pull request #235 from whitequark/master | Clifford Wolf | |
| Make iceprog optional | |||
| 2019-08-31 | Make iceprog optional. | whitequark | |
| Avoids dependency on libftdi. | |||
| 2019-08-15 | Merge pull request #230 from smunaut/fix_flash_reset | Clifford Wolf | |
| iceprog: Better reset of flash | |||
| 2019-08-15 | Merge pull request #229 from tpambor/win-piping | Clifford Wolf | |
| Fix piping on windows | |||
| 2019-08-08 | Only dump memory initialization in icebox_vlog if present in ASC file, fixes ↵ | Clifford Wolf | |
| #228 Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2019-08-08 | Only write bram data to ASCII output if bram data is present, fixes #228 | Clifford Wolf | |
| Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||
| 2019-08-05 | iceprog: Better reset of flash | Sylvain Munaut | |
| If the flash was in a 'weird' mode (like CRM, QPI, ...), sending a continuous stream of 0xff should take it out of it. It looks like the previous code was trying to do that, but was only transferring 8 bits and then 2 bits which is way too short. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
| 2019-08-05 | Fix piping on windows | Tim Pambor | |
| On windows stdin and stdout have to be set to binary as otherwise windows treats it as text and converts occurences of CRLF to LF | |||
| 2019-07-03 | Merge pull request #224 from daveshah1/nextpnr0299 | Clifford Wolf | |
| up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc tr… | |||
| 2019-07-03 | up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc trimming | David Shah | |
| Signed-off-by: David Shah <dave@ds0.me> | |||
| 2019-06-20 | Merge pull request #223 from corecode/u4k | Clifford Wolf | |
| add RGB_DRV/LED_DRV_CUR for u4k | |||
| 2019-06-20 | Merge pull request #220 from mbuesch/icepll-stdout | Clifford Wolf | |
| icepll: Add support for writing output data to stdout | |||
| 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 | icepll: Add support for writing output data to stdout | 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 | |||
