package hardcaml_axi

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

Module Hardcaml_axi.StreamSource

AXI4-stream source/dest interface.

Sourcemodule Pipeline_stage_descr : sig ... end

Description of a single register in the full pipeline.

Sourcemodule type Config = sig ... end

Config interface for AXI-Stream instantiations.

Sourcemodule type Dest = sig ... end

Data acknowledgement interface for AXI-Stream instantiations.

Sourcemodule type Source = sig ... end

Data Source interface for AXI-Stream instantiations.

Sourcemodule type S = sig ... end

AXI Stream interfaces for instantiations.

Sourcemodule Make (X : Config) : S

Instantiates an AXI Stream interface S from the given config.

OCaml

Innovation. Community. Security.