1
0
mirror of https://github.com/bmartini/zynq-axis.git synced 2024-09-05 19:19:27 +08:00
Berin Martini 95313c98f7 Memory alignment does not need to be PAGE aligned
The memory is addressable using the AXIS ports in 64 bit (8 byte) chunks. Thus
when allocating memory from CMA region, the start address needs to be 64 bit
aligned, not page aligned. This change will thus reduce the 'padding' at the
end of arrays and thus RAM.
2015-01-30 15:53:28 -05:00
..
2014-12-31 11:49:12 -05:00