Skip to content

Commit 5a07610

Browse files
authored
Added a descrption of files
1 parent d5c3057 commit 5a07610

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ Word arrays are a commonly used data structure, especially in low level
1616
systems, so verifying these would be beneficial as this would reduce the
1717
overall cost of verification of any project that requires word arrays.
1818

19+
The file WordArray.cogent contains the trivial Cogent program to generate the C implementations of the word array functions.
20+
The file WordArraySpec.thy contains the specification for word arrays.
21+
The file WordArrayT.thy contains the proofs of functional correctness and frame constraint satisfiability.
22+
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.
23+
1924
[![DOI](https://zenodo.org/badge/230601479.svg)](https://zenodo.org/badge/latestdoi/230601479)

0 commit comments

Comments
 (0)