package hardcaml_xilinx

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

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_xilinx-v0.16.0.tar.gz
sha256=36d5083f34d56c103c868ba0f95dba51baeba32ebe3792cace6b93beb565ba16

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: 14 Jun 2023

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.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

None

Conflicts

None