Giter Club home page Giter Club logo

axi_dma's Introduction

AXI_DMA_CONTROLLER

Description

The design can split the command into multiple bursts.Only the first burst will be processed, and none of the bursts will cross the 4k boundary. The master_read module support outstanding.There are two versions of slave that support outstanding and not outstanding.Testbench sends the same command to the DMA read/write channel and work on the same area. Some signals are not used,such as CHCHE,LOCK and QOS. The rtl code is written in style of xilinx.

Block Diagram

DMA master_read

Configuration Parameters

Name Description Default
AXI_ID_WD Identification path width in bits. 2
AXI_DATA_WD Data path width in bits. 32
AXI_ADDR_WD Address path width in bits. 32
AXI_STRB_WD Strobe path width in bits. 4

Signal and Interface Ports

Name Direction Description
AXI_ACLK input All signals and are synchronous to this clock.
AXI_ARESETN input Resets the internal state of the peripheral.
cmd_valid input Whether the command is valid
cmd_ready output Whether the slave is ready
cmd_addr input The memory address to porcess
cmd_id input The identification of command
cmd_burst input Type of burst transter
cmd_size input The number of bytes transmitted per beat
cmd_len input The number of bytes to process
cmd_abort output Signal of error

Design Details

master_write

outstanding

屏幕截图 2022-10-15 101423

To be continiued

axi_dma's People

Contributors

wanderingnail avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.