package hardcaml_axi

  1. Overview
  2. Docs
Hardcaml AXI Interface Types

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_axi-v0.16.0.tar.gz
sha256=66688f73bef7712623c828655e99fc9b017e34e1fbae58f6eef15f0f9beaf3c6

README.md.html

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.