= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Hardcaml C Simulation Backend
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
hardcaml_c-v0.15.0.tar.gz
sha256=58b900c19485b8fae5cd7999e0600bde12d59f199df7318ef3878ddcbe425af5
Description
A fast C-based simulation backend for Hardcaml circuits.
The library transparently compiles a Hardcaml Circuit to C code, which is in turn compiled and linked into the running executable. The generated simulation object can be used like any other cyclesim simulation.
Published: 21 Mar 2022
Dependencies (9)
-
dune
>= "2.0.0"
- ctypes-foreign
-
ctypes
>= "0.18.0"
-
ppx_jane
>= "v0.15" & < "v0.16"
-
ppx_deriving_hardcaml
>= "v0.15" & < "v0.16"
-
hardcaml
>= "v0.15" & < "v0.16"
-
core_unix
>= "v0.15" & < "v0.16"
-
core
>= "v0.15" & < "v0.16"
-
ocaml
>= "4.08.0"
Dev Dependencies
-
None
Used by
-
None
Conflicts
-
None
On This Page