Giter Site home page Giter Site logo

Comments (4)

ZipCPU avatar ZipCPU commented on July 20, 2024

Let's see what I can answer here:

When one AXI master is waiting for the read response(of its read request) [will the other] AXI master's ARREADY and AWREADY signals [get] de-asserted?

Not quite. The read channel doesn't impact write arbitration. Hence, while one master is interacting with the read channel, another master might be interacting with the write channel. Second, each channel has a skidbuffer on entry. As a result, all channels hold AxREADY high until they have accepted a single request. Once that request has been entered, AxREADY will typically drop until that channel receives arbitration.

[Will] ARREADY/AWREADY [be] de-asserted [until] ARVALID/AWVALID [are] asserted?

Not at all. Because of the skid buffers, the AxREADY signals are held high. If the crossbar isn't ready to accept a beat on the same cycle, it will get buffered until it can be internally forwarded.

Or it's the AXI masters' responsibility to not issue requests at the same time?

The AXI master has only one responsibility: follow the AXI specification. No other requirements are made upon the various masters connected to the crossbar.

Dan

from wb2axip.

predator2k avatar predator2k commented on July 20, 2024

I see. So the core idea is that all masters have their own skid buffer to save the request, and AxREADY mostly depends on whether the skid buffer is full or not. Am I right?

from wb2axip.

ZipCPU avatar ZipCPU commented on July 20, 2024

Exactly.

from wb2axip.

predator2k avatar predator2k commented on July 20, 2024

OK. Thank you for your reply & good work.

from wb2axip.

Related Issues (20)

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.