Module Cyclesim.Combine_errorSource

Sourcetype t = {
  1. cycle_no : Base.int;
  2. clock_edge : Side.t;
  3. port_name : Base.string;
  4. value0 : Bits.t;
  5. value1 : Bits.t;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t