aboutsummaryrefslogtreecommitdiffstats
path: root/icebram/icebram.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove rogue spaceTom Verbeure2018-06-021-1/+1
|
* Fix indentationTom Verbeure2018-06-021-1/+1
|
* Add option to specify seed for repeatable outcomes.Tom Verbeure2018-06-021-7/+25
|
* Mount NODEFS if using emscripten and nodejsRobert Ou2018-03-311-0/+16
| | | | | Mounts root directory on `/hostfs` and the current working directory on `/hostcwd`
* Improve input parsing of icebramMarcus Comstedt2016-10-211-6/+31
| | | | | | | | | | | | | 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.
* Minor icebram improvementsClifford Wolf2016-06-111-3/+6
|
* Finished icebramClifford Wolf2016-05-151-2/+72
|
* Added icebram bitslice replacerClifford Wolf2016-05-121-8/+107
|
* Added icebram skeletonClifford Wolf2016-05-121-0/+165