- ecc.c: C implementation of replication codes, together with CBMC model
- ecc.v: Coq implementation of CBMC model, together with proof of system spec.
The case study uses:
- cbmc 5.7
- Coq 8.5 (which is now slightly outdated)
- Ssreflect 1.6 (an extension to Coq)
- ecc.c:
> cbmc ecc.c
- ecc.v
> coqc ecc.v
- or simply type
> make
in the project directory.