Mina Magdy
Member level 3
- Joined
- Jun 19, 2012
- Messages
- 67
- Helped
- 6
- Reputation
- 12
- Reaction score
- 5
- Trophy points
- 1,288
- Location
- Cairo, Egypt
- Activity points
- 1,742
please i want to know how to initialize an array with zeros case when i do this
for(i=0;i<9000;i=i+1)
begin
parity=0;
end
it gives me this Loop count limit exceeded. Condition is never false.
please help thanks in advance
for(i=0;i<9000;i=i+1)
begin
parity=0;
end
it gives me this Loop count limit exceeded. Condition is never false.
please help thanks in advance