package hardcaml_verify

  1. Overview
  2. Docs
Hardcaml Verification Tools

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=a09a904776ad848f685afb4ebe85e0d449acb81f6f2425fccc52a3c5b76be629

Description

Tools for verifying properties of Hardcaml circuits.

Combinational circuits can be converted to 'conjunctive normal form' for input into SAT solvers via DIMAC files. Support for a few opensource solvers is integrated - minisat, picosat, Z3 - just ensure they are in your PATH.

Circuits can also be converted to NuSMV format for advanced bounded and unbounded model checking tasks.

Published: 26 May 2024

README

"Hardcaml Verification Tools"

Verification support for Hardcaml.

  • Interface to SAT solvers for combinational logic problems.

  • Code generation for NuSMV for sequential model checking.

Dependencies (9)

  1. re >= "1.8.0"
  2. dune >= "3.11.0"
  3. stdio >= "v0.17" & < "v0.18"
  4. ppx_jane >= "v0.17" & < "v0.18"
  5. ppx_hardcaml >= "v0.17" & < "v0.18"
  6. hardcaml_waveterm >= "v0.17" & < "v0.18"
  7. hardcaml >= "v0.17" & < "v0.18"
  8. base >= "v0.17" & < "v0.18"
  9. ocaml >= "5.1.0"

Dev Dependencies

None

Used by (1)

  1. hardcaml_of_verilog >= "v0.17.0"

Conflicts

None

OCaml

Innovation. Community. Security.