sourcedennis/risotto-proofs

By sourcedennis

Updated almost 4 years ago

Proofs for "Risotto: A Dynamic Binary Translator for Weak Memory Architectures"

Image
0

297

sourcedennis/risotto-proofs repository overview

risotto-proofs

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:

Running the proofs

To execute the proofs, run:

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

Rendering the proofs

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.

Tag summary

Content type

Image

Digest

sha256:ec3037841

Size

51.8 MB

Last updated

almost 4 years ago

docker pull sourcedennis/risotto-proofs