aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-08-10 18:56:55 +0200
committerYann Herklotz <git@yannherklotz.com>2020-08-10 18:56:55 +0200
commitf07e5886be419f776caaf3dc20f7017fe94512b5 (patch)
treefa130734012c3ab1af2233e13f8b3572be3e48c0
parentc9f61e391cd597844af93dd2014d9668798e712e (diff)
downloadvericert-kvx-f07e5886be419f776caaf3dc20f7017fe94512b5.tar.gz
vericert-kvx-f07e5886be419f776caaf3dc20f7017fe94512b5.zip
Add badge for admitted proofs
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40f3332..f569b8f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# Vericert
![CI](https://github.com/ymherklotz/vericert/workflows/CI/badge.svg)
+![Admitted](https://ymherklotz.github.io/vericert/assets/admitted.svg)
A formally verified high-level synthesis (HLS) tool written in Coq, building on top of [CompCert](https://github.com/AbsInt/CompCert). This ensures the correctness of the C to Verilog translation according to our Verilog semantics and CompCert's C semantics, removing the need to check the resulting hardware for behavioural correctness.