package coq-hardware

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.5.0.tar.gz
md5=906f833475ea927d3c1b6afb1353421c

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.5" & < "8.6~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None