AXI MCDMA Standalone Driver


Table of Contents

Introduction

This page gives an overview of axi mcdma driver which is available as part of the Xilinx Vivado and SDK distribution.

The Xilinx® LogiCORE™ IP AXI MultiChannel Direct Memory Access (AXI MCDMA) core is a soft Xilinx IP core for use with the Xilinx Vivado® Design Suite. The AXI MCDMA provides high-bandwidth direct memory access between memory and AXI4-Stream target peripherals. The AXI MCDMA core provides Scatter Gather interface with Multiple Channel support with independent configuration.

How to enable

Source Path for the driver
https://github.com/Xilinx/embeddedsw/tree/master/XilinxProcessorIPLib/drivers/mcdma

Driver source code is organized into different folders. Below diagram shows the axicdma driver source organization

AXI MCDMA
|
-- doc - Provides the API and data structure details
|
-- data - Driver tcl and MDD file.
|
- examples - Reference application to show how to use the driver APIs and calling sequence
|
- src- Driver source files

Features Supported

Controller Features


Standalone Driver Supported Features

The AXI MCDMA Standalone driver supports the following:

Test cases

xmcdma_interrupt_example.c: This example demonstrates how to use axi mcdma driver on axi mcdma core to transfer packets in interrupt mode.
xmcdma_polled_example.c: This example demonstrates how to use axi mcdma driver on axi mcdma core to transfer packets in polled mode

Known issues and Limitations


Change Log

2019.2

2019.1

Commit ID:

e295490 mcdma: Add submit() variant to program additional BD fields
09087c8 mcdma: Add HasRxLength field in config and channel structure
7cf77a5 mcdma: Sync doxygen documentation
30f38de mcdma: examples: Remove dependency on HPC_DESIGN macro
9bcdf44 mcdma: In driver tcl enable CCI only for EL1 non-secure state
8937c2a mcdma: examples: Remove snooping enable from application 

2018.3

Commit ID:

b87f96d Support 64 bit DMA addresses for Microblaze-X

04abde6 Update get_cells argument to support hierarchical designs

2984937 Read buffer length register width from IP config

f846cffe Fix typos and rephrase comment description

54d6909 Remove unused define for buffer length mask

b396c42 Enable 'Import Examples' link in system.mss
67b0f6d Fix gcc 'pointer from integer without a cast' warning

def3a92 Read num channels from IP configuration

d61b2f1 Add API to lookup config by base address

9542b71 Add macros to access Sw ID field in BD

debf203 Export APIs to use in LwIP202 contrib source

2018.2
2018.1:
Commit ID:
35c3c30 mcdma: Fix bugs in the driver tcl
bdc9deb mcdma: Fix unused variable warning
2017.4:
2017.3:
Commit ID:
6b7af95 : Initial version of the driver

Related Links