package hardcaml_of_verilog
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Convert Verilog to a Hardcaml design
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=8603da93ce48dc3e550043310ab3b5c0da3bc19f04391ade7bcc8c46dc3e612d
Description
The opensource synthesis tool yosys is used to convert a verilog design to a JSON based netlist representation. This library can load the JSON netlist and build a hardcaml circuit.
Code can also be generated to wrap the conversion process using Hardcaml interfaces.
Published: 26 May 2024
Dependencies (12)
-
dune
>= "3.11.0" -
stdio
>= "v0.17" & < "v0.18~" -
ppx_jsonaf_conv
>= "v0.17" & < "v0.18~" -
ppx_jane
>= "v0.17" & < "v0.18~" -
ppx_hardcaml
>= "v0.17" & < "v0.18~" -
jsonaf
>= "v0.17" & < "v0.18~" -
hardcaml_verify
>= "v0.17" & < "v0.18~" -
hardcaml
>= "v0.17" & < "v0.18~" -
core_unix
>= "v0.17" & < "v0.18~" -
core
>= "v0.17" & < "v0.18~" -
base
>= "v0.17" & < "v0.18~" -
ocaml
>= "5.1.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page