sun_ray
Advanced Member level 3
- Joined
- Oct 3, 2011
- Messages
- 772
- Helped
- 5
- Reputation
- 10
- Reaction score
- 5
- Trophy points
- 1,298
- Activity points
- 6,828
Let a module A have one 4 bit input named sigZ. It is needed to instansiate this module A and it is also needed that in the instantiation of A, the four different bits of sigZ will be connected to different four other signals named sig1, sig2, sig3, sig4 from four other different blocks. How can this connection in the instantiation of A, without using concatenation operator?