From 182d57ff0cd3baf682d722cfad441cf2872012a4 Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Wed, 15 Sep 2021 13:09:24 +0000 Subject: deploy: 3b2ce146bc6e651df8ac9910d08da05d88c06fb6 --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index f9a56c0..458904f 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,9 @@ 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 +#

Papers +#

OOPSLA ‘21
Yann Herklotz, James D. Pollard, Nadesh Ramanathan, and John Wickerson. Formal +Verification of High-Level Synthesis. In Proc. ACM Program. Lang. 5, OOPSLA, 2021. [pdf]
LATTE ‘21
Yann Herklotz and John Wickerson. High-level synthesis tools should be proven +correct. In Workshop on Languages, Tools, and Techniques for Accelerator Design, 2021. [pdf]
\ No newline at end of file -- cgit