package hardcaml_axi
Hardcaml AXI Interface Types
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=68cc0ea19463f9acc26b2bd06f2c4e606d05e02ed13a62c153c719b3ebbacca1
doc/hardcaml_axi/Hardcaml_axi/index.html
Module Hardcaml_axi
Source
AXI4 Interface specifications.
See Xilinx User Guide ug1037
for full documentation.
Summary;
- AXI4 is for memory-mapped interfaces and allows high throughput bursts of up to 256 data transfer cycles with just a single address phase.
- AXI4-Lite is a light-weight, single transaction memory-mapped interface. It has a small logic footprint and is a simple interface to work with both in design and usage.
- AXI4-Stream removes the requirement for an address phase altogether and allows unlimited data burst size. AXI4-Stream interfaces and transfers do not have address phases and are therefore not considered to be memory-mapped.
Construction of address space decoders. This supports a slower but more complete full address space decoder and the faster but incomplete partial address decoder.
Write configuration of a register from the core interface.
C-code generators for a memory-mapped register space.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>