| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-03 | Use rsvgconverter sphinx extension to convert svg to pdf | TG | |
| 2025-06-03 | Merge pull request #348 from mattvenn/master | Miodrag Milanović | |
| Update Claire's name and fix the reference image in the iceprog help | |||
| 2025-06-03 | Update Claire's name and fix the reference image in the iceprog help | Matt Venn | |
| 2025-04-01 | Merge pull request #345 from csantosb/master | Miodrag Milanović | |
| install instructions with guix | |||
| 2025-03-27 | install instructions with guix | Cayetano Santos | |
| 2025-02-07 | Fix one more link | Miodrag Milanovic | |
| 2025-02-07 | fix link | Miodrag Milanovic | |
| 2025-02-07 | Add presentation | Miodrag Milanovic | |
| 2025-02-07 | Generate rest of bitstream HTML | Miodrag Milanovic | |
| 2025-02-07 | Generate chip database HTML | Miodrag Milanovic | |
| 2025-02-07 | Fix more links | Miodrag Milanovic | |
| 2025-02-07 | Update links to documentation | Miodrag Milanović | |
| 2025-01-20 | Do not add wires for module ports | Miodrag Milanovic | |
| 2024-12-11 | Resolve warning with python 3.12 | Miodrag Milanovic | |
| 2024-12-11 | Merge pull request #341 from YosysHQ/docs | Miodrag Milanović | |
| Convert documentation to readthedocs | |||
| 2024-12-11 | Fix some of docs table layouts | Miodrag Milanovic | |
| 2024-12-05 | Setup for readthedocs | Miodrag Milanovic | |
| 2024-11-29 | Start converting documentation to Sphinx | Miodrag Milanovic | |
| 2024-06-24 | Merge pull request #335 from maribu/icebram/fix-format-specifiers | Miodrag Milanović | |
| icebram,icepack: use correct format specifiers for size | |||
| 2024-06-21 | icebram,icepack: use correct format specifiers for size | Marian Buschsieweke | |
| For printing `size_t` the format specifier `%lu` was used in the code. However, `%lu` is used to print `unsigned long`. The correct format specifier for `size_t` is `%zu`, so let's use that. | |||
| 2024-05-17 | Merge pull request #317 from DanielG/fix-examples | Miodrag Milanović | |
| Some fixes for examples/ used by Debian packaging | |||
| 2024-05-17 | Merge pull request #324 from thorpej/dev/pkgsrc-patch-NetBSD-1 | Miodrag Milanović | |
| Add NetBSD support | |||
| 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() | |||
| 2024-03-02 | Tweak the FreeBSD version of proc_self_dirname() to work on NetBSD | Jason Thorpe | |
| and use it. | |||
| 2023-12-12 | Merge pull request #313 from YosysHQ/gatecat/bram-doc-update | myrtle | |
| Update BRAM NegClk info based on latest testing | |||
| 2023-06-13 | up5k_rgb: Fix icetime failure | Daniel Gröber | |
| I get this failure when building the up5k_rgb example: ERROR: Max frequency for clock 'clk': 38.87 MHz (FAIL at 48.00 MHz) (Tested with yosys 0.23 and nextpnr 0.4) Annotate the clk line frequency to fix this. | |||
| 2023-06-13 | icemulti: Fix missing all target | Daniel Gröber | |
| 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 | |||
