^

AR# 50826 Zynq-7000 Example Design - Cache coherent CDMA transfers from block RAM to OCM

This example design allocates 4K of block RAM attached to the CPU via M_AXI_GP0. The same block RAM is also accessible by the CDMA. The CPU initializes the block RAM. The CDMA in simple mode is transferring data from the block RAM to the OCM via ACP port. The transfer is cache coherent and when the transfer is complete, the CPU sees the updated OCM without invalidating or flushing the cache.

Note: An Example Design is an answer record that provides technical tips to test a specific functionality on Zynq-7000. A tip can be a snippet of code, a snapshot, a diagram or a full design implemented with a specific version of the Xilinx tools. It is up to the user to "update" these tips to future Xilinx tools releases and to "modify" the Example Design to fulfill his needs. Limited support is provided by Xilinx on these Example Designs.

 

Implementation Details
Design Type PS and PL
SW Type Standalone
CPUs Single CPU @ 667MHz
PS Features MMU, OCM
PL Cores BRAM, CDMA
Boards/Tools ZC702
Xilinx Tools Version EDK 14.1
Other details FCLK @ 50MHz
Address Map
Capture2.JPG

Files Provided
cdma_acp_design.zip
 Archived XPS project.
hello_axi_cdma.c Snippet of code.
 Block Diagram
 
 Capture1.JPG

 

Step-by-Step Instructions

  1. Import the archived design into XPS and export to SDK.
  2. In SDK, create an Empty Application example.
  3. Import the included snippet of C code.
  4. Program the PL using the BITSTREAM generated by XPS.
  5. Run the application.

Important Notes

  1. The HIGH OCM must be accessible through the ACP port.
    In the .MHS, the processing_system7 has PARAMETER C_S_AXI_ACP_ENABLE_HIGHOCM = 1.
  2. The MMU table has the HIGH OCM shareable.

          /* S=b1 TEX=b100 AP=b11, Domain=b0, C=b1, B=b1 */
          Xil_SetTlbAttributes(0xFFF00000,0x10C06);

Expected Results

On the Terminal, at the end of the test, the destination memory should match the source memory.

The CPU can see the data transferred by the CDMA without any particular software implemented.

Associated Attachments

Name File Size File Type
cdma_acp_design.zip 3 MB ZIP
hello_axi_cdma.c 4 KB C

Master Answer Records

Answer Number Answer Title Version Found Version Resolved
51779 Zynq-7000 AP SoC Example Designs N/A N/A
AR# 50826
Date Created 07/16/2012
Last Updated 03/29/2013
Status Active
Type General Article
Devices
  • Zynq-7000
Tools
  • EDK - 14.1
IP
  • AXI Central DMA Controller
Feed Back