package coq-hardware

  1. Overview
  2. No Docs
Verification and synthesis of hardware linear arithmetic structures

Install

Dune Dependency

Authors

Maintainers

Sources

v8.7.0.tar.gz
md5=1593891a691ce5979b7a92a015c295c7

Description

Verification and synthesis of hardware linear arithmetic structures. Example of a left-to-right comparator. Three approaches are tackled :

  • the usual verification of a circuit, consisting in proving that the description satisfies the specification,
  • the synthesis of a circuit from its specification using the Coq extractor,
  • the same approach as above but using the Program tactic.

Dependencies (2)

  1. coq >= "8.7" & < "8.8~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None