package hardcaml_axi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Packed_array (X : sig ... end) : sig ... end

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

module 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
OCaml

Innovation. Community. Security.