aboutsummaryrefslogtreecommitdiff
path: root/icebram
AgeCommit message (Collapse)Author
2023-02-18icebram: don't use exceptions.Catherine
2023-02-18icebram: do not include <bits/stdc++.h>Catherine
2023-02-14icebram: Complete rewrite to cleanup and make it workSylvain Munaut
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2022-12-27Exit with error when no RAM contents were replaced.Tom Verbeure
2022-09-15Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalentAki Van Ness
2021-03-05Add more build products to .gitignore.whitequark
2020-06-26icebram: add WASI platform support.whitequark
2020-06-26icebram: refactor seeding logic.whitequark
2020-06-26Revert "Make icebram deterministic"whitequark
This reverts commit 2679c91b8a158aa4aca49dd726955e8c63cf7bef.
2020-06-23Make icebram deterministicwhitequark
2020-04-10Support custom PROGRAM_PREFIXMiodrag Milanovic
2018-06-02Remove rogue spaceTom Verbeure
2018-06-02Fix indentationTom Verbeure
2018-06-02Add option to specify seed for repeatable outcomes.Tom Verbeure
2018-03-31Mount NODEFS if using emscripten and nodejsRobert Ou
Mounts root directory on `/hostfs` and the current working directory on `/hostcwd`
2017-11-15Fix up build system to work with emscriptenRobert Ou
2017-07-16makefile: Make install target work for WindowsRobert Ou
2017-02-12Clean up MakefilesElvira Khabirova
2016-10-21Improve input parsing of icebramMarcus 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-11Minor icebram improvementsClifford Wolf
2016-05-15Finished icebramClifford Wolf
2016-05-12Added icebram bitslice replacerClifford Wolf
2016-05-12Added icebram skeletonClifford Wolf
2016-05-11Added icebram test benchClifford Wolf