Hardcaml.Reg_specDefinition of clock, reset and clear signals for sequential logic (ie registers).
include module type of struct include Signal.Reg_spec_ endReg_spec_ is a register specification. It is named Reg_spec_ rather than Reg_spec so that people consistently use the name Hardcaml.Reg_spec rather than Hardcaml.Signal.Reg_spec_.
val sexp_of_t : t -> Sexplib0.Sexp.tval create :
?clear:Hardcaml__Signal.t ->
?reset:Hardcaml__Signal.t ->
Base.unit ->
clock:Hardcaml__Signal.t ->
tval clock : t -> Hardcaml__Signal.tval clear : t -> Hardcaml__Signal.tval reset : t -> Hardcaml__Signal.t