aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-31Add iteration over list of frequencies for best solutionMats Engstrom
2019-09-13Fix typoClifford Wolf
2019-08-31Merge pull request #235 from whitequark/masterClifford Wolf
2019-08-31Make iceprog optional.whitequark
2019-08-15Merge pull request #230 from smunaut/fix_flash_resetClifford Wolf
2019-08-15Merge pull request #229 from tpambor/win-pipingClifford Wolf
2019-08-08Only dump memory initialization in icebox_vlog if present in ASC file, fixes ...Clifford Wolf
2019-08-08Only write bram data to ASCII output if bram data is present, fixes #228Clifford Wolf
2019-08-05iceprog: Better reset of flashSylvain Munaut
2019-08-05Fix piping on windowsTim Pambor
2019-07-03Merge pull request #224 from daveshah1/nextpnr0299Clifford Wolf
2019-07-03up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc trimmingDavid Shah
2019-06-20Merge pull request #223 from corecode/u4kClifford Wolf
2019-06-20Merge pull request #220 from mbuesch/icepll-stdoutClifford Wolf
2019-06-10add RGB_DRV/LED_DRV_CUR for u4kSimon Schubert
2019-06-09Merge pull request #221 from mbuesch/icebox-lru-cacheClifford Wolf
2019-06-08icebox_vlog: Use cached re functionsMichael Buesch
2019-06-08icebox_stat: Use cached re functionsMichael Buesch
2019-06-08icebox_maps: Use cached re functionsMichael Buesch
2019-06-08icebox_html: Use cached re functionsMichael Buesch
2019-06-08icebox_hlc2asc: Use cached re functionsMichael Buesch
2019-06-08icebox_explain: Use cached re functionsMichael Buesch
2019-06-08icebox_diff: Use cached re functionsMichael Buesch
2019-06-08icebox_colbuf: Use cached re functionsMichael Buesch
2019-06-08icebox_asc2hlc: Use cached re functionsMichael Buesch
2019-06-08icebox: Use cached re functionsMichael Buesch
2019-06-08icebox: Add helper functions to LRU cache regular expression resultsMichael Buesch
2019-06-08icebox: Use LRU cache for often called function tile_has_net()Michael Buesch
2019-06-07Merge pull request #222 from mbuesch/icetime-gitignoreClifford Wolf
2019-06-07icetime: Add generated timings-*.cc files to .gitignore and make cleanMichael Buesch
2019-05-26icepll: Add support for writing output data to stdoutMichael Buesch
2019-05-26Merge pull request #219 from mbuesch/icepll-fix-fopenClifford Wolf
2019-05-26icepll: Avoid segmentation fault, if opening of output file failsMichael Buesch
2019-05-26Merge pull request #218 from mbuesch/quietClifford Wolf
2019-05-25icepll: In quiet mode don't print info about target file nameMichael Buesch
2019-05-22Add missing C headers to timings.pyClifford Wolf
2019-05-15Merge pull request #215 from bluesceada/icepack-noinit-bramClifford Wolf
2019-05-15option for icepack to skip initializing BRAM (tested for ice40hx8k)Dennis Gnad
2019-05-01Merge pull request #214 from mbuesch/warningfixClifford Wolf
2019-04-30Fix warnings: 'may be used uninitialized in this function'Michael Buesch
2019-04-29Merge pull request #212 from pcossutta/masterClifford Wolf
2019-04-27Add -X option to iceprogPablo Cossutta
2019-04-16Merge pull request #206 from smunaut/icetimeClifford Wolf
2019-04-16Merge pull request #211 from daveshah1/eigen3Clifford Wolf
2019-04-02docs: Add new Eigen3 dependencyDavid Shah
2019-03-20icetime: Split timing 'get_delay' functions per deviceSylvain Munaut
2019-03-11Merge pull request #205 from gojimmypi/masterClifford Wolf
2019-03-10clarify empty design message. See Isse #204gojimmypi
2019-03-02Minor cleanups in iceprog/mpsse.hClifford Wolf
2019-03-02Merge pull request #196 from esden/iceprog-mpsse-refactorClifford Wolf