Farid Shamani
Newbie level 6
- Joined
- Jun 11, 2013
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 95
Dear Friends,
I have number of inputs and outputs as:
inp0
inp1
inp2 ... to inp255
and outputs:
outp0
outp1
outp2 ... to outp255
I want to assign them together in a way other than assigning one by one, which will take 256 times of assignments
(e.g. outp0 <= inp0; outp1 <= inp1; and so on to outp255<= inp255)
Is there any possibility to do this, for example, in a FOR loop?
Thank you
I have number of inputs and outputs as:
inp0
inp1
inp2 ... to inp255
and outputs:
outp0
outp1
outp2 ... to outp255
I want to assign them together in a way other than assigning one by one, which will take 256 times of assignments
(e.g. outp0 <= inp0; outp1 <= inp1; and so on to outp255<= inp255)
Is there any possibility to do this, for example, in a FOR loop?
Thank you