Always.VariableThe type of variables in guarded assignments. Variables may be asychronous wires, or synchronous regs. The current value of the variable may be accessed through the value field below.
module Fields : sig ... endval sexp_of_t : t -> Sexplib0.Sexp.tval reg : ?enable:Signal.t -> width:Base.int -> Reg_spec.t -> tcreate a register
val pipeline :
?enable:Signal.t ->
width:Base.int ->
depth:Base.int ->
Reg_spec.t ->
tcreate a pipeline of registers