Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #283 from smunaut/misc | Miodrag Milanović | 2022-05-30 | 1 | -10/+51 |
|\ | | | | | Misc improvements to iceprog | ||||
| * | iceprog: Use open-drain output to drive SS and Reset line | Sylvain Munaut | 2021-12-17 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
| * | iceprog: Improve reset to disable both CRM and QPI | Sylvain Munaut | 2021-12-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
| * | iceprog: Add option that set QE=1 bit in SR2 | Sylvain Munaut | 2021-12-17 | 1 | -5/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #291 from maikmerten/master | Miodrag Milanović | 2022-05-30 | 1 | -0/+10 |
|\ \ | | | | | | | icetime: Parse PCF files with -pullup and -pullup_resistor in set_io directives | ||||
| * | | icetime: indent with tabs | Maik Merten | 2022-03-05 | 1 | -9/+9 |
| | | | |||||
| * | | icetime PCF parsing: handle -pullup and -pullup_resistor in set_io constraints | Maik Merten | 2022-03-05 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #296 from RafaelLeeImg/merge_request_float_exception | Miodrag Milanović | 2022-05-23 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Fix float exception when value is less than 100 | ||||
| * | | | Fix float exception when value is less than 100 | Rafael Lee | 2022-04-13 | 1 | -3/+3 |
|/ / / | | | | | | | | | | Signed-off-by: Rafael Lee <rafaellee.img@gmail.com> | ||||
* | | | Merge pull request #294 from YosysHQ/gatecat/lut-false-path | gatecat | 2022-03-29 | 1 | -5/+38 |
|\ \ \ | | | | | | | | | icetime: Ignore false paths through LUTs based on function | ||||
| * | | | icetime: Ignore false paths through LUTs based on function | gatecat | 2022-03-29 | 1 | -5/+38 |
|/ / / | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | | Merge pull request #293 from YosysHQ/gatecat/cb121-fix | gatecat | 2022-03-25 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | icebox: cb121 does have a PLL | ||||
| * | | icebox: cb121 does have a PLL | gatecat | 2022-03-25 | 1 | -1/+0 |
|/ / | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Merge pull request #289 from osresearch/bitstream-pr | gatecat | 2022-01-22 | 1 | -5/+7 |
|\ \ | | | | | | | docs/format.html: document bram/cram read-back commands | ||||
| * | | docs/format.html: document bram/cram read-back commands | Trammell Hudson | 2022-01-22 | 1 | -5/+7 |
|/ / | | | | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #287 from projf/update-url | Catherine | 2022-01-02 | 1 | -1/+1 |
|\ \ | |/ |/| | Update URL for web site. | ||||
| * | Update URL for web site. | Will Green | 2021-11-28 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #282 from jkiv/iceprog-ignorig-fix | Miodrag Milanović | 2021-09-06 | 1 | -1/+1 |
|\ | | | | | [iceprog] Fixed typo in error message: "Ignorig" | ||||
| * | [iceprog] Fixed typo in error message: "Ignorig" | Jon Kivinen | 2021-05-03 | 1 | -1/+1 |
| | | |||||
* | | Update variable name to PYTHON3 | Miodrag Milanovic | 2021-09-06 | 4 | -32/+32 |
| | | |||||
* | | Merge pull request #239 from xobs/python-bin-name | Miodrag Milanović | 2021-09-06 | 4 | -30/+32 |
|\ \ | | | | | | | Use $(PYTHON) in Makefiles instead of `python3` | ||||
| * | | icetime: use $(PYTHON) in Makefile | Sean Cross | 2019-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Allow the name of the Python interpreter to be changed. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | | icefuzz: update Makefile to use $(PYTHON) variable | Sean Cross | 2019-10-22 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | | Don't hardcode `python3` as the name of the Python interpreter. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | | icebox: use $(PYTHON) variable in Makefile | Sean Cross | 2019-10-22 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | Allow `python` to be provided by an interpreter other than `python3`. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| * | | config: add a variable for python interpreter | Sean Cross | 2019-10-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | This variable can be overridden on platforms where python is not called `python3`. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | | | Fixes for macOS | Miodrag Milanovic | 2021-09-06 | 2 | -28/+27 |
| | | | |||||
* | | | Merge pull request #276 from esden/progress | Claire Xen | 2021-08-30 | 1 | -0/+11 |
|\ \ \ | |_|/ |/| | | iceprog: Add write and read progress indication. | ||||
| * | | iceprog: Add write and read progress indication. | Piotr Esden-Tempski | 2021-01-16 | 1 | -0/+11 |
| | | | |||||
* | | | Use --recursive for nextpnr clone | gatecat | 2021-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | | Merge pull request #279 from YosysHQ/update-gitignore | whitequark | 2021-03-05 | 4 | -0/+7 |
|\ \ \ | |/ / |/| | | Add more build products to .gitignore | ||||
| * | | Add more build products to .gitignore. | whitequark | 2021-03-05 | 4 | -0/+7 |
|/ / | |||||
* | | Merge pull request #275 from nils1603/feature/ip_support_u4k | David Shah | 2020-12-04 | 4 | -0/+731 |
|\ \ | | | | | | | added I2C and SPI for u4k to database | ||||
| * | | added I2C and SPI for u4k to database | Nils Albartus | 2020-12-04 | 4 | -0/+731 |
|/ / | |||||
* | | Fix links and email addr in index.html | Claire Wolf | 2020-08-19 | 1 | -10/+10 |
| | | | | | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | ||||
* | | Use YosysHQ in index.html | Claire Wolf | 2020-08-19 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | ||||
* | | Use Claire in index.html | Claire Wolf | 2020-08-19 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | ||||
* | | Merge pull request #264 from YosysHQ/mmicko/improvements | Miodrag Milanović | 2020-07-08 | 2 | -8/+18 |
|\ \ | | | | | | | Support rest of parts by icetime | ||||
| * | | Enable rest of lattice parts in icetime | Miodrag Milanovic | 2020-07-08 | 2 | -8/+16 |
| | | | |||||
| * | | Prevent rebuilding timing files | Miodrag Milanovic | 2020-07-08 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #263 from YosysHQ/fix_vlog_up5k | David Shah | 2020-07-02 | 1 | -1/+4 |
|\ \ | | | | | | | Fix icebox_vlog for up5k | ||||
| * | | Fix icebox_vlog for up5k | David Shah | 2020-06-29 | 1 | -1/+4 |
|/ / | | | | | | | | | | | Since ce1d811, SHIFTREG_DIV_MODE is now 2 bits for the up5k Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #262 from whitequark/icebram-fix | clairexen | 2020-06-26 | 1 | -9/+19 |
|\ \ | | | | | | | Fix icebram | ||||
| * | | icebram: add WASI platform support. | whitequark | 2020-06-26 | 1 | -0/+4 |
| | | | |||||
| * | | icebram: refactor seeding logic. | whitequark | 2020-06-26 | 1 | -8/+14 |
| | | | |||||
| * | | Revert "Make icebram deterministic" | whitequark | 2020-06-26 | 1 | -2/+2 |
|/ / | | | | | | | This reverts commit 2679c91b8a158aa4aca49dd726955e8c63cf7bef. | ||||
* | | Merge pull request #257 from smunaut/ice40_shiftreg_div_mode | Claire Wolf | 2020-06-25 | 1 | -1/+2 |
|\ \ | | | | | | | icebox: Add support for the bit 1 of SHIFTREG_DIV_MODE | ||||
| * | | icebox: Add support for the bit 1 of SHIFTREG_DIV_MODE on UP5k | Sylvain Munaut | 2020-06-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows selection of the div-by-5 mode of the PLL. This bit can't be fuzzed because it's not supported by the lattice tools at all ... This only works for sure on the UP5k. I tested HX8k and it didn't support it, so I'm only adding this on the known working FPGA. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | | | Merge pull request #261 from whitequark/icepack-usage | Claire Wolf | 2020-06-25 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | icepack: show program name in usage | ||||
| * | | | icepack: show program name in usage. | whitequark | 2020-06-24 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge pull request #260 from whitequark/patch-1 | Claire Wolf | 2020-06-25 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Make icebram deterministic |