Git Product home page Git Product logo

axi's Introduction

AXI

This is the implementation of the AMBA AXI protocol developed as part of the PULP platform as ETH Zurich. We implement AXI4+ATOPs and AXI4-Lite.

Cell Contents

Name Description Doc
axi_atop_filter.sv Filters atomic operations (ATOPs), i.e., write transactions that have a non-zero aw_atop value.
axi_cdc.sv AXI clock domain crossing based on a Gray FIFO implementation.
axi_cut.sv Breaks all combinatorial paths between its input and output.
axi_decerr_slv.sv Always responds with an AXI decode error for transactions which are sent to it.
axi_delayer.sv Synthesizable module which can (randomly) delays AXI channels.
axi_demux.sv Demultiplexes an AXI bus from one slave port to multiple master ports. Doc
axi_id_prepend.sv This module prepends/strips the MSB from the AXI IDs.
axi_intf.sv This file defines the interfaces we support.
axi_join.sv A connector that joins two AXI interfaces.
axi_lite_demux.sv Demultiplexes an AXI4-Lite bus from one slave port to multiple master ports. Doc
axi_lite_join.sv A connector that joins two AXI-Lite interfaces.
axi_lite_mux.sv Multiplexes AXI4-Lite slave ports down to one master port. Doc
axi_lite_to_apb.sv An AXI4-Lite to APB4 adapter.
axi_lite_to_axi.sv An AXI4-Lite to AXI4 adapter.
axi_lite_xbar.sv Fully-connected AXI4-Lite crossbar with an arbitrary number of slave and master ports. Doc
axi_modify_address.sv A connector that allows addresses of AXI requests to be changed.
axi_multicut.sv AXI register which can be used to relax timing pressure on long AXI busses.
axi_mux.sv Multiplexes the AXI4 slave ports down to one master port. Doc
axi_pkg.sv Contains AXI definitions, common structs, and useful helper functions.
axi_test.sv A set of testbench utilities for AXI interfaces.
axi_to_axi_lite.sv An AXI4 to AXI4-Lite adapter.
axi_xbar.sv Fully-connected AXI4+ATOP crossbar with an arbitrary number of slave and master ports. Doc

Atomic Operations

AXI4+ATOPs means the full AXI4 specification plus atomic operations (ATOPs) as defined in Section E2.1 of the AMBA5 specification. This has the following implications for modules that do not implement ATOPs and systems that include such modules:

  • Masters that do not issue ATOPs can simply permanently set aw_atop to 0.
  • Slaves that do not support ATOPs must specify this in their interface documentation and can ignore the aw_atop signal.
  • System designers are responsible for ensuring that slaves that do not support ATOPs are behind an axi_atop_filter if any master could issue an ATOP to such slaves.

Masters and slaves that do support ATOPs must adhere to Section E2.1 of the AMBA5 specification.

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.