Concatenates the data elements of the input sequence, in reverse sequence order, together. The first element of the sequence forms the most significant bits, while the last element in the sequence forms the least significant bits.
Concatenates the data elements of the input sequence, in reverse sequence order, together. The first element of the sequence forms the most significant bits, while the last element in the sequence forms the least significant bits.
Equivalent to r(0) ## r(1) ## ... ## r(n-1).
Attributes
Note
This returns a 0.U if applied to a zero-element Vec.
Concatenates the argument data elements, in argument order, together. The first argument forms the most significant bits, while the last argument forms the least significant bits.
Concatenates the argument data elements, in argument order, together. The first argument forms the most significant bits, while the last argument forms the least significant bits.