Forum Discussion
Altera_Forum
Honored Contributor
12 years agoMemory Layout for Video Frames (D5M Camera + VGA)
Hi. I'm working on the implementation of an object detection algorithm using NIOS on the DE1. My next step is to get the D5M camera interfaced and be able to display the processed output on a VGA. I'...
Altera_Forum
Honored Contributor
12 years agoHi Ammar:
Yes.. In the past I've always used the Concecutive Address method. If you look at figure 10. The data width is variable (k-1:0) where k in your case would be 15 bits. This is also implied in Figure 9, where your addressing for 16 bit data is 2 byte aligned (LSB of address = 0) and for 32 bit data is 4 byte aligned (two LSB's of address = 0) Pete