package coq-hardware

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.9.0.tar.gz
md5=abf1df876e6c7d20a4401779c9bb1b30

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.9" & < "8.10~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None