aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--README.org3
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f73dbfa
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+Reasoning about bit equality for various rewrites. This is based on [proofs](resources/samc.lisp) done in ACL2, and uses the `bbv` library to convert the proofs into Coq. \ No newline at end of file
diff --git a/README.org b/README.org
index 702319a..cba18aa 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,5 @@
#+title: BitEQ
#+author: Yann Herklotz
-Reasoning about bit equality
+Reasoning about bit equality for various rewrites. This is based on [[file:resources/samc.lisp][proofs]] done in ACL2, and uses
+the =bbv= library to convert the proofs into Coq.