Changes between Version 2 and Version 3 of cma_driver
- Timestamp:
- Oct 8, 2014, 3:48:45 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cma_driver
v2 v3 1 1 = GIET-VM / CMA Driver = 2 3 [[PageOutline]] 2 4 3 5 The [source:soft/giet_vm/giet_drivers/cma_driver.c cma_driver.c] and [source:soft/giet_vm/giet_drivers/cma_driver.h cma_driver.h] files define the CMA driver. 4 6 5 It supports the SO LIB ''vci_chbuf_dma'' component, that is a multi channels, chained buffer DMA controller.7 It supports the SOCLIB ''vci_chbuf_dma'' component, that is a multi channels, chained buffer DMA controller. 6 8 This component can be used in conjonction with the SOCLIB ''vci_frame_buffer'' to display images, or with the SOCLIB ''vci_multi_nic controller'' to transfer both RX and TX packets between NIC and memory buffers. 7 9