Git Product home page Git Product logo

Comments (4)

pascalgouedo avatar pascalgouedo commented on June 8, 2024 1

The entire address channel is registered only if obi_req_o is not immediately granted by obi_gnt_i.
A burst of granted request will go through it in transparent mode to avoid to add any latency and don't need to be registered.
As soon as obi_gnt_i is 0 when obi_req_o =1 then the entire channel is memorized to have stable information on obi side as long as obi_gnt_i is not 1.
And no new request is accepted from trans side.

from cv32e40p.

pascalgouedo avatar pascalgouedo commented on June 8, 2024

Hi,
The "unstable" transaction at time 380.000 is retracted while trans_ready_o is 0 which means the design is still managing previous one.
FSM state is always switching between TRANSPARENT and REGISTERED states. It does not stay continuously in REGISTERED state and take any new transaction to register it if obi_gnt_i is 0.
This is the responsibility of the transaction generator to use/check trans_ready_o to figure out if the transaction has been taken into account by the design.

from cv32e40p.

pascalgouedo avatar pascalgouedo commented on June 8, 2024

As the design is working as expected I close this issue.

from cv32e40p.

bdiz avatar bdiz commented on June 8, 2024

Ok, I think I am fundamentally off as to the intended function of this module. I thought it was that if ever trans_valid_o was asserted, the entire address channel would be registered and ensure it eventually arrives on obi. But I'm thinking by your reply this is not correct.

Can you give me a short description of this modules function? Thanks.

from cv32e40p.

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.