English

Formal Verification of Hardware Synthesis

Programming Languages 2013-11-08 v1

Abstract

We report on the implementation of a certified compiler for a high-level hardware description language (HDL) called Fe-Si (FEatherweight SynthesIs). Fe-Si is a simplified version of Bluespec, an HDL based on a notion of guarded atomic actions. Fe-Si is defined as a dependently typed deep embedding in Coq. The target language of the compiler corresponds to a synthesisable subset of Verilog or VHDL. A key aspect of our approach is that input programs to the compiler can be defined and proved correct inside Coq. Then, we use extraction and a Verilog back-end (written in OCaml) to get a certified version of a hardware design.

Cite

@article{arxiv.1301.4779,
  title  = {Formal Verification of Hardware Synthesis},
  author = {Thomas Braibant and Adam Chlipala},
  journal= {arXiv preprint arXiv:1301.4779},
  year   = {2013}
}
R2 v1 2026-06-21T23:12:39.229Z