aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-03Merge pull request #348 from mattvenn/masterMiodrag Milanović
Update Claire's name and fix the reference image in the iceprog help
2025-06-03Update Claire's name and fix the reference image in the iceprog helpMatt Venn
2025-04-01Merge pull request #345 from csantosb/masterMiodrag Milanović
install instructions with guix
2025-03-27install instructions with guixCayetano Santos
2025-02-07Fix one more linkMiodrag Milanovic
2025-02-07fix linkMiodrag Milanovic
2025-02-07Add presentationMiodrag Milanovic
2025-02-07Generate rest of bitstream HTMLMiodrag Milanovic
2025-02-07Generate chip database HTMLMiodrag Milanovic
2025-02-07Fix more linksMiodrag Milanovic
2025-02-07Update links to documentationMiodrag Milanović
2025-01-20Do not add wires for module portsMiodrag Milanovic
2024-12-11Resolve warning with python 3.12Miodrag Milanovic
2024-12-11Merge pull request #341 from YosysHQ/docsMiodrag Milanović
Convert documentation to readthedocs
2024-12-11Fix some of docs table layoutsMiodrag Milanovic
2024-12-05Setup for readthedocsMiodrag Milanovic
2024-11-29Start converting documentation to SphinxMiodrag Milanovic
2024-06-24Merge pull request #335 from maribu/icebram/fix-format-specifiersMiodrag Milanović
icebram,icepack: use correct format specifiers for size
2024-06-21icebram,icepack: use correct format specifiers for sizeMarian 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-17Merge pull request #317 from DanielG/fix-examplesMiodrag Milanović
Some fixes for examples/ used by Debian packaging
2024-05-17Merge pull request #324 from thorpej/dev/pkgsrc-patch-NetBSD-1Miodrag Milanović
Add NetBSD support
2024-05-17Merge pull request #331 from RCoeurjoly/masterMiodrag Milanović
Reset procedure after verification fails and before exiting. Refactor…
2024-05-15Reset procedure after verification fails and before exiting. Refactor ↵Roland Coeurjoly
set_cs_creset(1, 1) to flash_release_reset()
2024-03-02Tweak the FreeBSD version of proc_self_dirname() to work on NetBSDJason Thorpe
and use it.
2023-12-12Merge pull request #313 from YosysHQ/gatecat/bram-doc-updatemyrtle
Update BRAM NegClk info based on latest testing
2023-06-13up5k_rgb: Fix icetime failureDaniel 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-13icemulti: Fix missing all targetDaniel Gröber
2023-03-20Update BRAM NegClk info based on latest testinggatecat
Signed-off-by: gatecat <gatecat@ds0.me>
2023-02-18Merge pull request #311 from YosysHQ/fix-wasm-compatmyrtle
icebram: fix WebAssembly compatibility
2023-02-18icebram: don't use exceptions.Catherine
2023-02-18icebram: do not include <bits/stdc++.h>Catherine
2023-02-17Merge pull request #309 from smunaut/icebrammyrtle
icebram: Complete rewrite to cleanup and make it work
2023-02-14icebram: Complete rewrite to cleanup and make it workSylvain Munaut
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2023-02-01Merge pull request #306 from smunaut/icegatemyrtle
icebox: Add PLL ICEGATE function
2023-02-01icebox: Add PLL ICEGATE functionSylvain Munaut
Only tested on UP5k. For others, it was just deduced. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2022-12-27Merge pull request #305 from tomverbeure/icebram_errormyrtle
Exit with error when no RAM contents were replaced.
2022-12-27Exit with error when no RAM contents were replaced.Tom Verbeure
2022-09-15Merge pull request #302 from YosysHQ/aki/rm_arachnemyrtle
Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent
2022-09-15Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalentAki Van Ness
2022-06-03Update COPYINGMiodrag Milanović
2022-05-30Change help messageMiodrag Milanovic
2022-05-30Merge pull request #278 from davidthings/masterMiodrag Milanović
Add an option (-p) to icepll to force use of SB_PLL40_PAD
2022-05-30Merge pull request #283 from smunaut/miscMiodrag Milanović
Misc improvements to iceprog
2022-05-30Merge pull request #291 from maikmerten/masterMiodrag Milanović
icetime: Parse PCF files with -pullup and -pullup_resistor in set_io directives
2022-05-23Merge pull request #296 from RafaelLeeImg/merge_request_float_exceptionMiodrag Milanović
Fix float exception when value is less than 100
2022-04-13Fix float exception when value is less than 100Rafael Lee
Signed-off-by: Rafael Lee <rafaellee.img@gmail.com>
2022-03-29Merge pull request #294 from YosysHQ/gatecat/lut-false-pathgatecat
icetime: Ignore false paths through LUTs based on function
2022-03-29icetime: Ignore false paths through LUTs based on functiongatecat
Signed-off-by: gatecat <gatecat@ds0.me>
2022-03-25Merge pull request #293 from YosysHQ/gatecat/cb121-fixgatecat
icebox: cb121 does have a PLL
2022-03-25icebox: cb121 does have a PLLgatecat
Signed-off-by: gatecat <gatecat@ds0.me>