package hardcaml_axi

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

Module Hardcaml_axi.Register_bankSource

Sourcemodule type S = sig ... end
Sourcemodule Packed_array (X : sig ... end) : sig ... end

Packed arrays are a flattened version of X.t represented as an array of 32 bit vectors.

Sourcemodule Make (Master_to_slave : sig ... end) (Slave_to_master : sig ... end) : S with module Master_to_slave := Master_to_slave and module Slave_to_master := Slave_to_master