risotto-proofs
Proofs for "Risotto: A Dynamic Binary Translator for Weak Memory Architectures"
297
Architecture mapping proofs written in Agda for the paper "Risotto: A Dynamic Binary Translator for Weak Memory Architectures"
See also: binary-translation/risotto-proofs
This Docker image contains:
To execute the proofs, run:
docker run -it --rm sourcedennis/risotto-proofs:latest agda src/Main.agda --safe
To generate HTML-rendered Agda, run:
docker run -it --rm -v "$PWD/html:/proofs/html" sourcedennis/risotto-proofs:latest agda --html --html-dir=html src/Main.agda
Note that this creates a local html/ directory. You can open html/Main.html in any browser.
Content type
Image
Digest
sha256:ec3037841…
Size
51.8 MB
Last updated
almost 4 years ago
docker pull sourcedennis/risotto-proofs