hardcaml_xilinx_components.xilinx_vhdl
Vhdl.Component
hardcaml_xilinx_components.xilinx_vhdl_generator
ppxlib
yojson
type t = {
name : Base.String.t;
generics : Port.t Base.List.t;
ports : Port.t Base.List.t;
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_compare_lib.Comparable.S__local with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t