i want to read an image (or preferably a matrix of size 8x8) pixel by pixel in one clock cycle(if rising edge then read one pixel in 2nd rising edge 2nd pixel)....thanks in advance
--- Quote Start --- i have got the code to extract row wise in each clock cycle.... How to extract pixel by pixel in each clock cycle.....and store it in another matrix.... i have to do Discrete wavelet transform on images by lifting scheme. --- Quote End --- Use a counter as the index into the array? Why not try and code this yourself and we can help with problems? we are not going to do your work for you...