package hardcaml_circuits

  1. Overview
  2. Docs
Hardcaml Circuits

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_circuits-v0.16.0.tar.gz
sha256=6b770a28f203f90815f296961420a865832f44935375ee081664def5c4dac4ff

Description

A small library of useful/interesting Hardcaml circuits.

Published: 14 Jun 2023

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.16" & < "v0.17"
  3. ppx_deriving_hardcaml >= "v0.16" & < "v0.17"
  4. hardcaml >= "v0.16" & < "v0.17"
  5. base >= "v0.16" & < "v0.17"
  6. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (1)

  1. hardcaml_axi

Conflicts

None