1) in the first part where i construct my frames i should use clock since the input depend on the clock but once the frames are constructed I should finish all computations before 192 clocks which is the time of constructing the new frames
2)i understand that i was wrong the loop will be 0 to 127 ok but i am speaking about another u told me before in implementing this loop
for i in 0 to 255
wire1<=a(i);
wire2<=b(i);
c(i)<=wire3;
end loop;
only last loop will be taken into consideration right?
so doesn't this mean similary when creating 128 wires in 256 loop that only last 128 values will have effect
3)i can't use 8 bits since first value of alpha should be intialized to infinity which will be normalized to 10^5 in my case or any very large number i choose which give the design less probability of error.any suggestion in this problem will be useful
4)what i want to do is a very long and complicated algorithm if u want me to explain it just ask me and i will try to simplify it for you
Thank u so much