aboutsummaryrefslogtreecommitdiffstats
path: root/icebram/icebram.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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