From 95bb2fda796ca17ad9cbb213dd15690ef6346c35 Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Fri, 2 Apr 2021 12:57:22 +0000 Subject: deploy: f85153b7335ebf99ab6bf6e696b5a08fef38b61b --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 2ae29c9..f9a56c0 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