| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-17 | Merge pull request #331 from RCoeurjoly/master | Miodrag Milanović | |
| Reset procedure after verification fails and before exiting. Refactor… | |||
| 2024-05-15 | Reset procedure after verification fails and before exiting. Refactor ↵ | Roland Coeurjoly | |
| set_cs_creset(1, 1) to flash_release_reset() | |||
| 2023-12-12 | Merge pull request #313 from YosysHQ/gatecat/bram-doc-update | myrtle | |
| Update BRAM NegClk info based on latest testing | |||
| 2023-03-20 | Update BRAM NegClk info based on latest testing | gatecat | |
| Signed-off-by: gatecat <gatecat@ds0.me> | |||
| 2023-02-18 | Merge pull request #311 from YosysHQ/fix-wasm-compat | myrtle | |
| icebram: fix WebAssembly compatibility | |||
| 2023-02-18 | icebram: don't use exceptions. | Catherine | |
| 2023-02-18 | icebram: do not include <bits/stdc++.h> | Catherine | |
| 2023-02-17 | Merge pull request #309 from smunaut/icebram | myrtle | |
| icebram: Complete rewrite to cleanup and make it work | |||
| 2023-02-14 | icebram: Complete rewrite to cleanup and make it work | Sylvain Munaut | |
| Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
| 2023-02-01 | Merge pull request #306 from smunaut/icegate | myrtle | |
| icebox: Add PLL ICEGATE function | |||
| 2023-02-01 | icebox: Add PLL ICEGATE function | Sylvain Munaut | |
| Only tested on UP5k. For others, it was just deduced. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
| 2022-12-27 | Merge pull request #305 from tomverbeure/icebram_error | myrtle | |
| Exit with error when no RAM contents were replaced. | |||
| 2022-12-27 | Exit with error when no RAM contents were replaced. | Tom Verbeure | |
| 2022-09-15 | Merge pull request #302 from YosysHQ/aki/rm_arachne | myrtle | |
| Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent | |||
| 2022-09-15 | Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent | Aki Van Ness | |
| 2022-06-03 | Update COPYING | Miodrag Milanović | |
| 2022-05-30 | Change help message | Miodrag Milanovic | |
| 2022-05-30 | Merge pull request #278 from davidthings/master | Miodrag Milanović | |
| Add an option (-p) to icepll to force use of SB_PLL40_PAD | |||
| 2022-05-30 | Merge pull request #283 from smunaut/misc | Miodrag Milanović | |
| Misc improvements to iceprog | |||
| 2022-05-30 | Merge pull request #291 from maikmerten/master | Miodrag Milanović | |
| icetime: Parse PCF files with -pullup and -pullup_resistor in set_io directives | |||
| 2022-05-23 | Merge pull request #296 from RafaelLeeImg/merge_request_float_exception | Miodrag Milanović | |
| Fix float exception when value is less than 100 | |||
| 2022-04-13 | Fix float exception when value is less than 100 | Rafael Lee | |
| Signed-off-by: Rafael Lee <rafaellee.img@gmail.com> | |||
| 2022-03-29 | Merge pull request #294 from YosysHQ/gatecat/lut-false-path | gatecat | |
| icetime: Ignore false paths through LUTs based on function | |||
| 2022-03-29 | icetime: Ignore false paths through LUTs based on function | gatecat | |
| Signed-off-by: gatecat <gatecat@ds0.me> | |||
| 2022-03-25 | Merge pull request #293 from YosysHQ/gatecat/cb121-fix | gatecat | |
| icebox: cb121 does have a PLL | |||
| 2022-03-25 | icebox: cb121 does have a PLL | gatecat | |
| Signed-off-by: gatecat <gatecat@ds0.me> | |||
| 2022-03-05 | icetime: indent with tabs | Maik Merten | |
| 2022-03-05 | icetime PCF parsing: handle -pullup and -pullup_resistor in set_io constraints | Maik Merten | |
| 2022-01-22 | Merge pull request #289 from osresearch/bitstream-pr | gatecat | |
| docs/format.html: document bram/cram read-back commands | |||
| 2022-01-22 | docs/format.html: document bram/cram read-back commands | Trammell Hudson | |
| The Lattice tools use these additional commands to read-back the BRAM and CRAM after programming to validate that it was written correctly. `iceprog` doesn't use this right now, so this is just for documentation purposes. Signed-off-by: Trammell Hudson <hudson@trmm.net> | |||
| 2022-01-02 | Merge pull request #287 from projf/update-url | Catherine | |
| Update URL for web site. | |||
| 2021-12-17 | iceprog: Use open-drain output to drive SS and Reset line | Sylvain Munaut | |
| Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
| 2021-12-17 | iceprog: Improve reset to disable both CRM and QPI | Sylvain Munaut | |
| It's hard to cover 100% of cases, but this seems to improve probability that a reset works, at least for me on the icebreaker. Some other flash have a different QPI disable command though :/ Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
| 2021-12-17 | iceprog: Add option that set QE=1 bit in SR2 | Sylvain Munaut | |
| This is useful when testing litex SoC that rely on that bit being set The setting is non-volatile so it only needs to be done once in case you happen to have used a flash chip that's not by default QE=1 (This has been designed for winbond flash. Others might use different bit ...) Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
| 2021-11-28 | Update URL for web site. | Will Green | |
| 2021-09-06 | Merge pull request #282 from jkiv/iceprog-ignorig-fix | Miodrag Milanović | |
| [iceprog] Fixed typo in error message: "Ignorig" | |||
| 2021-09-06 | Update variable name to PYTHON3 | Miodrag Milanovic | |
| 2021-09-06 | Merge pull request #239 from xobs/python-bin-name | Miodrag Milanović | |
| Use $(PYTHON) in Makefiles instead of `python3` | |||
| 2021-09-06 | Fixes for macOS | Miodrag Milanovic | |
| 2021-08-30 | Merge pull request #276 from esden/progress | Claire Xen | |
| iceprog: Add write and read progress indication. | |||
| 2021-05-03 | [iceprog] Fixed typo in error message: "Ignorig" | Jon Kivinen | |
| 2021-03-09 | Use --recursive for nextpnr clone | gatecat | |
| Signed-off-by: gatecat <gatecat@ds0.me> | |||
| 2021-03-05 | Merge pull request #279 from YosysHQ/update-gitignore | whitequark | |
| Add more build products to .gitignore | |||
| 2021-03-05 | Add more build products to .gitignore. | whitequark | |
| 2021-02-05 | Add an option (-p) to force use of SB_PLL40_PAD | David Williams | |
| When a clock is applied to a dedicated clock pin, SB_PLL40_CORE is no longer the correct primitive to use. Also the name of the clock input must be PACKAGEPIN (rather than REFERENCECLK) | |||
| 2021-01-16 | iceprog: Add write and read progress indication. | Piotr Esden-Tempski | |
| 2020-12-04 | Merge pull request #275 from nils1603/feature/ip_support_u4k | David Shah | |
| added I2C and SPI for u4k to database | |||
| 2020-12-04 | added I2C and SPI for u4k to database | Nils Albartus | |
| 2020-08-19 | Fix links and email addr in index.html | Claire Wolf | |
| Signed-off-by: Claire Wolf <claire@symbioticeda.com> | |||
| 2020-08-19 | Use YosysHQ in index.html | Claire Wolf | |
| Signed-off-by: Claire Wolf <claire@symbioticeda.com> | |||
