package hardcaml_axi

  1. Overview
  2. Docs
Hardcaml AXI Interface Types

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=68cc0ea19463f9acc26b2bd06f2c4e606d05e02ed13a62c153c719b3ebbacca1

Description

AXI Lite, Full and Stream Interfaces for Hardcaml

Published: 26 May 2024

README

AXI interfaces

Hardcaml_axi defines a the types and modules for working with AXI interfaces.

  • The Stream module defines the type for AXI4-streams. This Datapath_register submodule contains functions for constructing skid buffers.

  • The Lite module defines master and slave interfaces for working with the AX4-Lite protocol. The Register_bank submodule contains functions for construction register interfaces using AXI4-Lite for I/O.

Some other useful modules available in this library includes:

For more information about AXI interfaces, please refer to Xilinx UG1037.

Dependencies (8)

  1. dune >= "3.11.0"
  2. ppx_jane >= "v0.17" & < "v0.18"
  3. ppx_hardcaml >= "v0.17" & < "v0.18"
  4. hardcaml_handshake >= "v0.17" & < "v0.18"
  5. hardcaml_circuits >= "v0.17" & < "v0.18"
  6. hardcaml >= "v0.17" & < "v0.18"
  7. base >= "v0.17" & < "v0.18"
  8. ocaml >= "5.1.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.