package hardcaml_circuits

  1. Overview
  2. Docs
Hardcaml Circuits

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_circuits-v0.15.0.tar.gz
sha256=cf46fd175d19661b35e74f70f126ddd772fd47dc9160e6a659a61f1fbbf05af8

Description

A small library of useful/interesting Hardcaml circuits.

Published: 21 Mar 2022

README

Hardcaml Circuits Library

hardcaml_circuits

This library contains various hardware circuits which are considered useful or instructive but which do not belong in a more specific library.

It should only depend on hardcaml (and the ppx and simulation libraries) so it is easy for other libraries to use these components.

We also maintain a synthesis reporting tool for important circuits in this library. This is useful for characterising circuits with different size / performance tradeoffs.

Dependencies (6)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. ppx_deriving_hardcaml >= "v0.15" & < "v0.16"
  4. hardcaml >= "v0.15" & < "v0.16"
  5. base >= "v0.15" & < "v0.16"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None