RAVI30
Junior Member level 3
- Joined
- Oct 25, 2013
- Messages
- 27
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Location
- Bangalore
- Activity points
- 230
hi every one...
I having a problem in assigning multiple signal in a array ....
Foe example my pro is like this
in this example b_1 is the address of the array, and "p" is the array.....
like this multiple calculation of address of the array in one cycle (around 7 to 8 calculation) and assigning some signal to that locations....
plz help me out to solve this problem
I having a problem in assigning multiple signal in a array ....
Foe example my pro is like this
Code:
if (h>53) then
a<=y_1;
b_1 <=((t*Q)+(q(a)));
p2<=p(b_1);
p3<= p2 xor DataIn;
p(b_1) <= p3;
y_1<=y;
in this example b_1 is the address of the array, and "p" is the array.....
like this multiple calculation of address of the array in one cycle (around 7 to 8 calculation) and assigning some signal to that locations....
plz help me out to solve this problem
Last edited by a moderator: