The following equation is legal:
a[4..1] = b[2..1]
In this equation, the bits are mapped as follows:
a4 = b2 a3 = b1 a2 = b2 a1 = b1
- Altera -