From 8fcb210c336a50b81cf726e161ed82981bfbec5d Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Fri, 22 Jan 2021 21:30:03 +0000 Subject: deploy: a596c0c469d7c61b5ed8dfaf8805a926024a3a72 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 3e60b95..2ae29c9 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,6 @@ 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 +

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 #

\ No newline at end of file -- cgit