• Write Data Interleaving - AXI

    Amaresh Chaligeri
    Amaresh Chaligeri
    Note: This was originally posted on 19th March 2009 at http://forums.arm.com

    Hello,

    Can anybody help me to understand the reasoning behind write data interleaving ordering restriction imposed by AXI spec.
    [Chapter 8.5  Write data interleaving]

    "The order…
    • over 6 years ago
    • System
    • SoC Design forum
  • How to map tag RAM banks to data cache lines in Cortex-R5?

    Etienne Alepins
    Etienne Alepins

    Hi,

    We are using Cortex-R5F. Through the AXI slave interface, we are accessing the data cache data RAM, tag RAM and dirty RAM. We would like to know how we can associate the bits found in the data RAM with the bits found in the tag RAM. For example,…

    • over 1 year ago
    • System
    • Embedded forum
  • Problems about signal dependencies in AXI spec

    Yu-Hsin
    Yu-Hsin

    Hi,

    In AXI4/5 spec (IHI0022F), it listed a set of signal dependencies for read and write transactions.

    My problem is in Figure A3-7 AXI4 and AXI5 write transaction handshake dependencies. It noted that "Dependencies on the assertion of WVALID also require…

    • over 1 year ago
    • System
    • Embedded forum
  • AXI read response in error case

    Anupam Jain
    Anupam Jain

    Hi,

    In the AXI spec it is mentioned that , even in case of ERROR response, the slave needs to respond with the exact number of beats and indicate the response with each beat.

    Now my question here is if the response is going to be ERROR(lets say SLVERR…

    • over 1 year ago
    • System
    • Embedded forum
  • Why AXI4 changed the definition of AxCACHE?

    Yu-Hsin
    Yu-Hsin

    Hi,

    In AXI4, spec changed the definition of the definition of AxCACHE[3:2] from Write Allocate/Read Allocate to be Allocate/Other Allocate.

    But is there any concrete reason for this change? Actually I found some related statements from spec, but I couldn…

    • over 1 year ago
    • System
    • Embedded forum
  • Store operations where the cache line is already cached (ACE protocol)

    Vedant2611
    Vedant2611

    In Section C1.3 Channel Overview of the AMBA_AXI_and_ACE protocol specifications, It is mentioned under "Store operations where the cache line is already cached" as :

    The initiating master component requests a unique copy of the cache line…

    • over 1 year ago
    • System
    • Embedded forum
  • Removal of WID's in AMBA AXI4

    mvenkatesh
    mvenkatesh

    Hi ,

       What is the purpose of removing ID's (WID) in AXI4 ?

    If it because of reduction of pin count then We lost the " Write Data Interleaving" and "Out Of Order " Transaction features. Can you please tell me if any other reasons...(Arm Spec says.…

    • over 1 year ago
    • System
    • Embedded forum
  • AXI4 - read data interleaving

    Amit
    Amit

    Hi Folks,

    We need a clarification on Read Data Interleaving on AXI4

    Read Data Interleaving is supported in AXI4 and following is my understanding on Data Interleaving:

    Multiple Read commands can be executed simultaneously and data interleaving is supported…

    • Answered
    • over 6 years ago
    • System
    • Embedded forum
  • Why does AHB or APB support only 16 slave devices?

    Ravindran
    Ravindran

    I would like to know why only 16 slave device select lines are present in the AHB and APB bus architectures.

    • Answered
    • over 3 years ago
    • System
    • SoC Design forum
  • what are these axi transaction types mean? fixed, incremental, wrapped, reversed? Are there any docs descriped them in detail?

    bander
    bander

    As the title says..

    • Answered
    • over 3 years ago
    • System
    • SoC Design forum
  • AXI

    Muthuvenkatesh
    Muthuvenkatesh

    What is byte lane in AXI?

    • Answered
    • over 3 years ago
    • System
    • SoC Design forum
  • read transfers

    vidya
    vidya

    In read transfres how the slave indicates the transaction is over?

    • over 3 years ago
    • System
    • SoC Design forum
  • AXI read transfer

    vidya
    vidya

    If the slave is not able to process read request from master, which response is expected from slave?

    • Answered
    • over 3 years ago
    • System
    • SoC Design forum
  • AXI

    Muthuvenkatesh
    Muthuvenkatesh

    Why burst must not cross 4kb  in AXI ?

    • over 3 years ago
    • System
    • SoC Design forum
  • Working frequency on AMBA- APB,AHB, AXI

    Ujjwal.K64
    Ujjwal.K64

    Hii,

    Greetings !!

    I would like to know the standard operating clock frequency and data rate of AMBA- apb, ahb, axi.

    Please someone help me out.

    Thanks in advance

    Regards

    Ujjwal

    • Answered
    • over 3 years ago
    • System
    • SoC Design forum
  • axi read transfers

    vidya
    vidya

    what is the difference between overlapping and out of order transfers in Aciform the explanation it seems that both are same is this the case?

    • Answered
    • over 3 years ago
    • System
    • SoC Design forum
  • 4k boundary in AXI

    vidya
    vidya

    Why the word boundary in AXI is 4k?

    • Answered
    • over 3 years ago
    • System
    • SoC Design forum
  • AXI transfer

    isounder
    isounder

    Consider Data interface is 64 bit.
    It is Write transfer.
    AXI master need to transfer 11 bytes and starting address is 0. Anyone suggest which one is a valid among below mentioned two scenarios.

    Scenario 1:
    Burst -> Address:0, size:3, length:1, burst_type…

    • Answered
    • over 2 years ago
    • System
    • SoC Design forum
  • Why do AMBA AXI does not support AxBURST of decrementing address type?

    rssortur
    rssortur

    Use case which come to my mind is.

    1. Display controller might need to flip an image 180 degrees. Here memory reading pattern is reversed.

    2. Where ever there is LIFO (Last In Fist Out) implementations.

    • over 2 years ago
    • System
    • SoC Design forum
  • AXI WRITE DATA CHANNEL

    Muthu_venkatesh
    Muthu_venkatesh

    Hi All,

                           I am doing single write operation to AXI slave from avalon BFM. The data and address signals

    are reached into the axi slave.But if i am try to read back the data which i have written in the same location,the data is  not matched.

    It…

    • over 2 years ago
    • System
    • SoC Design forum
  • AXI read reordering depth and read interleaving depth. Are they same?AXI

    rssortur
    rssortur

    Is interleave and reorder the same concept?

    My interpretation is a slave can reorder without interleaving, which means entire read burst are reordered with no interleaving. So my understanding is they are different. Confirm my understanding.

    • over 2 years ago
    • System
    • SoC Design forum
  • why we need write strobe in axi

    verifengg
    verifengg

    why we need write strobe signal in axi where we generate in our verif env

    Thanks

    • Answered
    • over 2 years ago
    • System
    • SoC Design forum
  • AXI WVALID before AWVALID

    srp
    srp

    what happen if WVALID asserted before AWVALID ??

    • Answered
    • over 2 years ago
    • System
    • SoC Design forum
  • Looking for pin/bit accurate AXI4 SystemC models

    Vijayvithal
    Vijayvithal

    Hi,

    I am creating a systemC model for a peripheral which has an AXI4 interface.

    Is there a bit and pin accurate AXI4 SystemC model similar to the ones available for OCP?

    Is it available from ARM, a ThirdParty vendor, or the opensource community?

    • over 1 year ago
    • System
    • SoC Design forum
  • AXI4 Burst Transactions

    surajrgupta
    surajrgupta

    I am new to AXI4 protocol. I would like to know how many clock cycles are required to complete a AXI4 burst write transaction.

    Eg. Burst length- Two , Burst size 16 bytes.

    Please give me answers for different types of data bus width say for bus width …

    • Answered
    • over 1 year ago
    • System
    • SoC Design forum
  • View related content from anywhere
  • More
  • Cancel