arancini-proofs
Proofs for "Arancini: A Hybrid Binary Translator for Weak Memory Architectures"
385
Architecture mapping proofs written in Agda for the paper "Arancini: A Hybrid Binary Translator for Weak Memory Architectures"
See also: sourcedennis/arancini-proofs
This Docker image contains:
To execute the proofs, run:
docker run --rm sourcedennis/arancini-proofs:latest agda src/Main.agda --safe
To generate HTML-rendered Agda, run:
docker run --rm -v "$PWD/html:/home/proof/arancini-proofs/html" sourcedennis/arancini-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:beb7c0610…
Size
26.4 MB
Last updated
8 months ago
docker pull sourcedennis/arancini-proofs