Concept Flow - Concatenation operator (&)
Start with signals A and B
Apply & operator: A & B
Create new signal with bits of A followed by bits of B
Use concatenated signal in design
The & operator joins two bit vectors or signals by placing bits of the first signal before bits of the second, creating a longer combined signal.