aboutsummaryrefslogtreecommitdiff
path: root/icebram/icebram.cc
AgeCommit message (Collapse)Author
2020-06-26icebram: refactor seeding logic.whitequark
2020-06-26Revert "Make icebram deterministic"whitequark
This reverts commit 2679c91b8a158aa4aca49dd726955e8c63cf7bef.
2020-06-23Make icebram deterministicwhitequark
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`
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