Skip to content

Commit

Permalink
Added a descrption of files
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheunglo authored Jan 3, 2020
1 parent d5c3057 commit 5a07610
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ Word arrays are a commonly used data structure, especially in low level
systems, so verifying these would be beneficial as this would reduce the
overall cost of verification of any project that requires word arrays.

The file WordArray.cogent contains the trivial Cogent program to generate the C implementations of the word array functions.
The file WordArraySpec.thy contains the specification for word arrays.
The file WordArrayT.thy contains the proofs of functional correctness and frame constraint satisfiability.
The file main_pp_inferred.c is generated from the files main.ac and entrypoints.cfg from the make file Makefile. This file contains the C implementations of the word array functions.

[![DOI](https://zenodo.org/badge/230601479.svg)](https://zenodo.org/badge/latestdoi/230601479)

0 comments on commit 5a07610

Please sign in to comment.