package hardcaml_axi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

AXI4-stream source/dest interface.

module type Config = sig ... end

Config interface for AXI-Stream instantiations.

module type Dest = sig ... end

Data acknowledgement interface for AXI-Stream instantiations.

module type Source = sig ... end

Data Source interface for AXI-Stream instantiations.

module type S = sig ... end

AXI Stream interfaces for instantiations.

module Make (X : Config) : S

Instantiates an AXI Stream interface S from the given config.

OCaml

Innovation. Community. Security.