aboutsummaryrefslogtreecommitdiffstats
path: root/icebram
Commit message (Collapse)AuthorAgeFilesLines
* icebram: don't use exceptions.Catherine2023-02-181-12/+14
|
* icebram: do not include <bits/stdc++.h>Catherine2023-02-181-1/+1
|
* icebram: Complete rewrite to cleanup and make it workSylvain Munaut2023-02-141-272/+570
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Exit with error when no RAM contents were replaced.Tom Verbeure2022-12-271-0/+4
|
* Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalentAki Van Ness2022-09-152-2/+3
|
* Add more build products to .gitignore.whitequark2021-03-051-0/+2
|
* icebram: add WASI platform support.whitequark2020-06-261-0/+4
|
* icebram: refactor seeding logic.whitequark2020-06-261-8/+14
|
* Revert "Make icebram deterministic"whitequark2020-06-261-2/+2
| | | | This reverts commit 2679c91b8a158aa4aca49dd726955e8c63cf7bef.
* Make icebram deterministicwhitequark2020-06-231-2/+2
|
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-7/+7
|
* 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`
* Fix up build system to work with emscriptenRobert Ou2017-11-151-1/+1
|
* makefile: Make install target work for WindowsRobert Ou2017-07-161-2/+2
|
* Clean up MakefilesElvira Khabirova2017-02-121-3/+1
|
* 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-152-6/+75
|
* Added icebram bitslice replacerClifford Wolf2016-05-123-9/+112
|
* Added icebram skeletonClifford Wolf2016-05-124-6/+202
|
* Added icebram test benchClifford Wolf2016-05-113-0/+96