aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add iteration over list of frequencies for best solutionMats Engstrom2019-12-311-54/+153
| | | | | | | | | This patch adds support for icepll to try multiple input frequencies to find the best crystal for the desired output frequency. The values tested comes either from a specified file using-B, or from a default set of frequencies from Mousers "normally stocked" crystal oscillators.
* Fix typoClifford Wolf2019-09-131-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge pull request #235 from whitequark/masterClifford Wolf2019-08-312-2/+6
|\ | | | | Make iceprog optional
| * Make iceprog optional.whitequark2019-08-312-2/+6
|/ | | | Avoids dependency on libftdi.
* Merge pull request #230 from smunaut/fix_flash_resetClifford Wolf2019-08-151-4/+2
|\ | | | | iceprog: Better reset of flash
| * iceprog: Better reset of flashSylvain Munaut2019-08-051-4/+2
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #229 from tpambor/win-pipingClifford Wolf2019-08-151-0/+10
|\ \ | | | | | | Fix piping on windows
| * | Fix piping on windowsTim Pambor2019-08-051-0/+10
| |/ | | | | | | 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
* | Only dump memory initialization in icebox_vlog if present in ASC file, fixes ↵Clifford Wolf2019-08-081-2/+3
| | | | | | | | | | | | #228 Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Only write bram data to ASCII output if bram data is present, fixes #228Clifford Wolf2019-08-081-1/+1
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge pull request #224 from daveshah1/nextpnr0299Clifford Wolf2019-07-031-1/+2
|\ | | | | up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc tr…
| * up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc trimmingDavid Shah2019-07-031-1/+2
|/ | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #223 from corecode/u4kClifford Wolf2019-06-2011-37/+329
|\ | | | | add RGB_DRV/LED_DRV_CUR for u4k
| * add RGB_DRV/LED_DRV_CUR for u4kSimon Schubert2019-06-1011-37/+329
| |
* | Merge pull request #220 from mbuesch/icepll-stdoutClifford Wolf2019-06-201-14/+34
|\ \ | |/ |/| icepll: Add support for writing output data to stdout
| * icepll: Add support for writing output data to stdoutMichael Buesch2019-05-261-14/+34
| |
* | Merge pull request #221 from mbuesch/icebox-lru-cacheClifford Wolf2019-06-0910-136/+173
|\ \ | | | | | | Reduce icebox build time
| * | icebox_vlog: Use cached re functionsMichael Buesch2019-06-081-20/+21
| | |
| * | icebox_stat: Use cached re functionsMichael Buesch2019-06-081-6/+7
| | |
| * | icebox_maps: Use cached re functionsMichael Buesch2019-06-081-2/+3
| | |
| * | icebox_html: Use cached re functionsMichael Buesch2019-06-081-5/+6
| | |
| * | icebox_hlc2asc: Use cached re functionsMichael Buesch2019-06-081-15/+16
| | |
| * | icebox_explain: Use cached re functionsMichael Buesch2019-06-081-3/+4
| | |
| * | icebox_diff: Use cached re functionsMichael Buesch2019-06-081-1/+2
| | |
| * | icebox_colbuf: Use cached re functionsMichael Buesch2019-06-081-2/+3
| | |
| * | icebox_asc2hlc: Use cached re functionsMichael Buesch2019-06-081-18/+19
| | |
| * | icebox: Use cached re functionsMichael Buesch2019-06-081-63/+63
| | |
| * | icebox: Add helper functions to LRU cache regular expression resultsMichael Buesch2019-06-081-0/+26
| | |
| * | icebox: Use LRU cache for often called function tile_has_net()Michael Buesch2019-06-081-1/+3
| | |
* | | Merge pull request #222 from mbuesch/icetime-gitignoreClifford Wolf2019-06-072-1/+2
|\| | | |/ |/| icetime: Add generated timings-*.cc files to .gitignore and 'make clean'
| * icetime: Add generated timings-*.cc files to .gitignore and make cleanMichael Buesch2019-06-072-1/+2
|/
* Merge pull request #219 from mbuesch/icepll-fix-fopenClifford Wolf2019-05-261-0/+7
|\ | | | | icepll: Avoid segmentation fault, if opening of output file fails
| * icepll: Avoid segmentation fault, if opening of output file failsMichael Buesch2019-05-261-0/+7
|/
* Merge pull request #218 from mbuesch/quietClifford Wolf2019-05-261-1/+2
|\ | | | | icepll: In quiet mode don't print info about target file name
| * icepll: In quiet mode don't print info about target file nameMichael Buesch2019-05-251-1/+2
|/
* Add missing C headers to timings.pyClifford Wolf2019-05-221-0/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge pull request #215 from bluesceada/icepack-noinit-bramClifford Wolf2019-05-151-12/+23
|\ | | | | Option for icepack to skip initializing BRAM (tested for ice40hx8k) with "-n"
| * option for icepack to skip initializing BRAM (tested for ice40hx8k)Dennis Gnad2019-05-151-12/+23
|/
* Merge pull request #214 from mbuesch/warningfixClifford Wolf2019-05-011-1/+1
|\ | | | | Fix warnings: 'may be used uninitialized in this function'
| * Fix warnings: 'may be used uninitialized in this function'Michael Buesch2019-04-301-1/+1
|/ | | | | | | | 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]
* Merge pull request #212 from pcossutta/masterClifford Wolf2019-04-291-2/+7
|\ | | | | Add -X option to iceprog
| * Add -X option to iceprogPablo Cossutta2019-04-271-2/+7
|/ | | | 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.
* Merge pull request #206 from smunaut/icetimeClifford Wolf2019-04-163-10/+20
|\ | | | | icetime: Split timing 'get_delay' functions per device
| * icetime: Split timing 'get_delay' functions per deviceSylvain Munaut2019-03-203-10/+20
| | | | | | | | | | | | | | 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>
* | Merge pull request #211 from daveshah1/eigen3Clifford Wolf2019-04-161-2/+2
|\ \ | |/ |/| docs: Add new Eigen3 dependency
| * docs: Add new Eigen3 dependencyDavid Shah2019-04-021-2/+2
|/ | | | Signed-off-by: David Shah <dave@ds0.me>
* Merge pull request #205 from gojimmypi/masterClifford Wolf2019-03-111-1/+1
|\ | | | | clarify empty design message. See Issue #204
| * clarify empty design message. See Isse #204gojimmypi2019-03-101-1/+1
|/
* Minor cleanups in iceprog/mpsse.hClifford Wolf2019-03-021-1/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge pull request #196 from esden/iceprog-mpsse-refactorClifford Wolf2019-03-025-312/+447
|\ | | | | Iceprog mpsse refactor