Git Product home page Git Product logo

Comments (4)

michael-platzer avatar michael-platzer commented on July 22, 2024

Hi @moimfeld,

thanks for pointing this out! I did not realize that the specification requires the result signals to be kept stable until the CPU is ready to accept the result. So far, Vicuna has dynamically selected the result with the highest priority from four different sources (empty, LSU, CSR, or XREG writeback results). If a result with a higher priority becomes available, it would take precedence over the other results (e.g., a LSU result becoming available while Vicuna is trying to return an empty result).

I have made some changes in f10d789 that prevent changing the result source during an ongoing result transaction. That should mostly fix this issue, although with following exception: signals that are not valid may change. For instance, if the we signal of the XIF result packet is 0, then the signals data and rd are don't cares since writeback is inhibited anyways. The same applies to exccode if exc is 0. I am still thinking of a way to address this. However, I am wondering whether an invalid signal (the value of which could be X) does actually need to remain stable. I will open an issue in the XIF repo to discuss this topic.

from vicuna.

moimfeld avatar moimfeld commented on July 22, 2024

Hi @michael-platzer

Thank you very much for the fix! 😄

Still, I will keep the issue open until the discussion in the cvxif issue you opened comes to a conclusion.

from vicuna.

michael-platzer avatar michael-platzer commented on July 22, 2024

Hi @moimfeld, with commit 40a11a2 this should now be definitely resolved. XIF result signals should now hopefully remain stable during a transaction :)

from vicuna.

moimfeld avatar moimfeld commented on July 22, 2024

Hi @michael-platzer,

I will close this issue then. Thanks again!

from vicuna.

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.