replicate method
- int multiplier
Returns a replicated signal using ReplicationOp with new
width = this.width * multiplier
The input multiplier
cannot be negative or 0; an exception will be
thrown, otherwise.
Implementation
Logic replicate(int multiplier) => ReplicationOp(this, multiplier).replicated;