| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-03 | Update Claire's name and fix the reference image in the iceprog help | Matt Venn | |
| 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. | |||
| 2023-02-18 | icebram: don't use exceptions. | Catherine | |
| 2023-02-18 | icebram: do not include <bits/stdc++.h> | Catherine | |
| 2023-02-14 | icebram: Complete rewrite to cleanup and make it work | Sylvain Munaut | |
| Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
| 2022-12-27 | Exit with error when no RAM contents were replaced. | Tom Verbeure | |
| 2022-09-15 | Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent | Aki Van Ness | |
| 2021-03-05 | Add more build products to .gitignore. | whitequark | |
| 2020-06-26 | icebram: add WASI platform support. | whitequark | |
| 2020-06-26 | icebram: refactor seeding logic. | whitequark | |
| 2020-06-26 | Revert "Make icebram deterministic" | whitequark | |
| This reverts commit 2679c91b8a158aa4aca49dd726955e8c63cf7bef. | |||
| 2020-06-23 | Make icebram deterministic | whitequark | |
| 2020-04-10 | Support custom PROGRAM_PREFIX | Miodrag Milanovic | |
| 2018-06-02 | Remove rogue space | Tom Verbeure | |
| 2018-06-02 | Fix indentation | Tom Verbeure | |
| 2018-06-02 | Add option to specify seed for repeatable outcomes. | Tom Verbeure | |
| 2018-03-31 | Mount NODEFS if using emscripten and nodejs | Robert Ou | |
| Mounts root directory on `/hostfs` and the current working directory on `/hostcwd` | |||
| 2017-11-15 | Fix up build system to work with emscripten | Robert Ou | |
| 2017-07-16 | makefile: Make install target work for Windows | Robert Ou | |
| 2017-02-12 | Clean up Makefiles | Elvira Khabirova | |
| 2016-10-21 | Improve input parsing of icebram | Marcus Comstedt | |
| Add support for the following in the input hexfiles: * Horizontal whitespace (space, tab, cr) * Multiple words on the same line * Empty lines * Embedded underscores (_) in the words * x and z nibbles (interpreted as zero) In addition, allow for the to_hexfile to be shorter than the from_hexfile, padding with zeroes as needed. | |||
| 2016-06-11 | Minor icebram improvements | Clifford Wolf | |
| 2016-05-15 | Finished icebram | Clifford Wolf | |
| 2016-05-12 | Added icebram bitslice replacer | Clifford Wolf | |
| 2016-05-12 | Added icebram skeleton | Clifford Wolf | |
| 2016-05-11 | Added icebram test bench | Clifford Wolf | |
