Design Problem #6 (due Wednesday, Jan 19)
It turns out that the camera gives us 296 lines, each containing 352 pixels,and we want to keep only 256 lines with 256 pixels each.
- We will keep the first 256 pixels on each line, and the first 256 lines
- We will throw away the remaining pixels
Add whatever you need to the controller to do this so that it writes only the data we want to memory
- As long as we are counting lines and pixels, lets generate the address too
- 16 bits of address: [row, column]