package hardcaml_axi
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Hardcaml AXI Interface Types
Install
dune-project
Dependency
Authors
Maintainers
Sources
hardcaml_axi-v0.16.0.tar.gz
sha256=66688f73bef7712623c828655e99fc9b017e34e1fbae58f6eef15f0f9beaf3c6
Description
AXI Lite, Full and Stream Interfaces for Hardcaml
Published: 14 Jun 2023
README
AXI interfaces
Hardcaml_axi defines a the types and modules for working with AXI interfaces.
- The
Streammodule defines the type for AXI4-streams. ThisDatapath_registersubmodule contains functions for constructing skid buffers. - The
Litemodule defines master and slave interfaces for working with the AX4-Lite protocol. TheRegister_banksubmodule contains functions for construction register interfaces using AXI4-Lite for I/O.
Some other useful modules available in this library includes:
- The
Internal_busmodule defines a simplified protocol for representing read/write requests - The
Slave_statemachinemodule contains components for converting AXI4-Lite into theInternal_busprotocol. - The
Address_space_decodermodule contains utilities for decoding address spaces.
For more information about AXI interfaces, please refer to Xilinx UG1037.
Dependencies (8)
-
dune
>= "2.0.0" -
ppx_jane
>= "v0.16" & < "v0.17" -
ppx_deriving_hardcaml
>= "v0.16" & < "v0.17" -
hardcaml_handshake
>= "v0.16" & < "v0.17" -
hardcaml_circuits
>= "v0.16" & < "v0.17" -
hardcaml
>= "v0.16" & < "v0.17" -
base
>= "v0.16" & < "v0.17" -
ocaml
>= "4.14.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page