package hardcaml_xilinx

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

General-purpose Read Ports.

type 'a t = {
  1. horizontal_index : 'a;
  2. vertical_index : 'a;
  3. enable : 'a;
}
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
module Specialize_with_config (_ : Config.S) : Hardcaml.Interface.S with type 'a t = 'a t