Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHi,
jakobjones is right when suggesting that you should typically use the same memory width as your local memory interface width but there could be cases where this is not the best thing to do because the frame buffer is not always efficient when packing pixels into words. For instance, 16-bit words would be perfect for 8-bit RGB in sequence but the GUI should prevent you from using 16-bit words with 8-bit RGB in parallel. For 10-bit YCbCr in sequence, each 16-bit word would pack a single 10-bit sample and the rest would be lost. Using larger words can compensate for this behaviour. vgs