package hardcaml_xilinx_reports

  1. Overview
  2. Docs

Module Report.ClockSource

Sourcetype t = {
  1. name : Base.String.t;
  2. setup : Base.Float.t;
  3. hold : Base.Float.t;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t