From af25d179c9bfa2aa4585f14210aa11906965f045 Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Fri, 22 Jan 2021 13:00:13 +0000 Subject: deploy: e38739e42b8b7da37027b86cf58cc114d5224d69 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 1a48ae8..6c21fe7 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ Vericert | Vericert -
+Features # The project is currently a work in progress, so proofs remain to be finished. Currently, the following C features are supported, but are not all proven correct yet:">Vericert | Vericert +
Vericert

A formally verified high-level synthesis (HLS) tool written in Coq, building on top of 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.

Features #

The project is currently a work in progress, so proofs remain to be finished. Currently, the following C features are supported, but are not all proven correct yet:

  • all int operations,
  • non-recursive function calls,
  • local arrays and pointers
  • control-flow structures such as if-statements, for-loops, etc…

Content -- cgit