package coq-hardware

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.10.0.tar.gz
md5=bc21aceb0c787bf1e321debeef025cf2

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.10" & < "8.11~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None