package hardcaml_axi

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

Module Stream.MakeSource

Instantiates an AXI Stream interface S from the given config.

Parameters

module X : Config

Signature

Sourcemodule Source : sig ... end

AXI4-stream data source ports

Sourcemodule Dest : sig ... end

AXI4-stream data acknowledgement ports

Sourcemodule Datapath_register : sig ... end

When placed between two components which produce/consume an AXI stream, this module ensures that every output signal is registerd. It fully supports the tvalid/tready handshake protocol.

OCaml

Innovation. Community. Security.