package hardcaml_axi

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

Statemachine for conversion between AXI transfers, and the simplified protocol defined by Internal_bus

module I : sig ... end
module O : sig ... end
val with_slave_statemachine : ?hierarchical_instance:Base.bool -> Hardcaml.Scope.t -> reg_spec:Hardcaml.Reg_spec.t -> axi_master:Hardcaml.Signal.t Master_to_slave.t -> create_fn: (Hardcaml.Signal.t Internal_bus.Master_to_slave.t -> (Hardcaml.Signal.t Internal_bus.Slave_to_master.t, 'return_value) Slave_with_data.t) -> (Hardcaml.Signal.t Slave_to_master.t, 'return_value) Slave_with_data.t
module State : sig ... end
OCaml

Innovation. Community. Security.