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