Bits.MutableMutable is a mutable bits used by Cyclesim for efficiency.
val empty : tval width : t -> Base.intval to_string : t -> Base.stringval create : Base.int -> tCreate a t of given width, initially set to 0.
val num_words : t -> Base.intA Bits.Mutable.t can be accessed as an array of 64 bit words.
val unsafe_get_int64 : t -> Base.int -> Base.int64val unsafe_set_int64 : t -> Base.int -> Base.int64 -> Base.unitval of_constant : Constant.t -> tval to_constant : t -> Constant.tval vdd : tval gnd : tval wire : Base.int -> tval mask : t -> Base.unitMask the unused bits to zero.