package hardcaml_xilinx_components

  1. Overview
  2. Docs
type t = {
  1. name : Base.String.t;
  2. dir : Port_direction.t;
  3. type_ : Type.t;
  4. default : Expression.t Base.Option.t;
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t