U
u_stadler@yahoo.de
Guest
hi
i have to following problem:
i have an array called Storage which goes from 0 to 63:
i fill it from 0 to 3 with a value from outside. after that is done and
my input signal "start" goes high my signal "Index" gets incremented
every clock cycle and with that i want to fill tho other spaces in the
array like that.
the current index place gets filled with:
Storage(Index) <= Storage(Index - 4) xor Storage(Index - 1);
But if i do this i get the warning "Found 8-bit latch for signal".
Can I ignore this or is there any better way to do this?
thanks
i have to following problem:
i have an array called Storage which goes from 0 to 63:
i fill it from 0 to 3 with a value from outside. after that is done and
my input signal "start" goes high my signal "Index" gets incremented
every clock cycle and with that i want to fill tho other spaces in the
array like that.
the current index place gets filled with:
Storage(Index) <= Storage(Index - 4) xor Storage(Index - 1);
But if i do this i get the warning "Found 8-bit latch for signal".
Can I ignore this or is there any better way to do this?
thanks