package hardcaml_xilinx

  1. Overview
  2. Docs
Hardcaml wrappers for Xilinx memory primitives

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_xilinx-v0.15.0.tar.gz
sha256=57b9f815b21a01c040dcbb82d46da402648cc60e4f3fd695507025701727e4a7

Description

The Hardcaml_xilinx library provides wrappers for Xilinx specific RAM and FIFO primitive blocks. In many cases a simulation model is provided.

The Synthesis module implements various arithmetic and logical RTL components with Xilinx LUT primitives.

Published: 21 Mar 2022

README

Hardcaml Xilinx

The Hardcaml_xilinx library provides wrappers for Xilinx specific RAM and FIFO primitive blocks. In many cases a simulation model is provided.

The Synthesis module provides a number of RTL components implemented directly from low level LUT primitives. It implements the full Hardcaml Comb.S signature and can be used to implement highly custom Xilinx circuits.

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