Git Product home page Git Product logo

Comments (4)

niwis avatar niwis commented on August 21, 2024

Hello, the intent of stream_xbar is to arbitrate downstream slaves between masters. If two masters access the same slave in the same cycle, rr_arb_tree determines which master to serve. I hope this answers your question. @thommythomaso feel free to add/correct

from common_cells.

mhayat-10xe avatar mhayat-10xe commented on August 21, 2024

Hello Niwis,

There is still some confusion. Is it compulsory to have a ready_o high when two masters access the same slave?

For example, in the same cycle, if "sel_i[0]=2", "sel_i[1]=2", "valid_i[0]=1" and "valid_i[1]=1", then to access slave number 2, do ready_o[0,1] both have to be high at the same time or only one from these two will be high and other remain low?

from common_cells.

niwis avatar niwis commented on August 21, 2024

Hi @hayat10x, I'm not sure if I understand your question correctly. A slave can only be accessed by one master at a time. if two masters (0, 1 in your example) request access to the same slave (2), they are arbitrated, and only one of the requests is granted at a time. Therefore, valid values for ready_o in your examples would be {0, 0}, {0, 1}, {1, 0} (not {1, 1})

from common_cells.

mhayat-10xe avatar mhayat-10xe commented on August 21, 2024

Hi Niwis,
Thanks for the clarification.

from common_cells.

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.