- 1easy
Vector Passthrough
Connect a 16-bit input vector directly to a 16-bit output vector.
- 2medium
8-bit Vector Bit Reversal
Reverse the bit order of an 8-bit vector using the concatenation operator.
- 3medium
Byte Select from a 32-bit Word
Extract one of four bytes from a 32-bit word using part-select (bit-slicing) syntax.
- 4medium
Concatenation and Replication
Build a 32-bit word from four bytes and an 8-bit pattern from a repeated 2-bit value using concatenation and replication.
- 5medium
Sign Extension
Sign-extend an 8-bit two's-complement value to 16 bits using the replication operator.