sourcedennis/arancini-proofs

By sourcedennis

Updated 8 months ago

Proofs for "Arancini: A Hybrid Binary Translator for Weak Memory Architectures"

Image
0

385

sourcedennis/arancini-proofs repository overview

arancini-proofs

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:

Running the proofs

To execute the proofs, run:

docker run --rm sourcedennis/arancini-proofs:latest agda src/Main.agda --safe

Rendering the proofs

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.

Tag summary

Content type

Image

Digest

sha256:beb7c0610

Size

26.4 MB

Last updated

8 months ago

docker pull sourcedennis/arancini-proofs