Code Monkey home page Code Monkey logo

Comments (3)

paulsc96 avatar paulsc96 commented on August 13, 2024

Do you have an example on when this functionality may be helpful? For most config registers, the reset value is not necessarily helpful for real streams, so you would probably set them initially anyways and then leave them unchanged for following streams.

Can you elaborate on what you mean by "normal registers"? The launch registers having side effects is intentional, and the lower-address registers having some field restrictions and being shadowed are intentional design choices, too.

from snitch.

dbernhard-0x7CD avatar dbernhard-0x7CD commented on August 13, 2024

As it's semantically incorrect (as mentioned in #449) to use one register as SSR and another as a regular FPR this is needless.

I meant to use ft1 as a regular FPR / normal register (or actually the compiler) and ft0 as SSR.

from snitch.

paulsc96 avatar paulsc96 commented on August 13, 2024

just for completeness: you can use some registers as SSRs and some as FPRs simultaneously; it's just that the subset of registers connected in HW to SSR datapaths (ft0, ft1, and ft2 by default) can only be switched into and out of SSR mode together, but all other FPRs continue to work as regular registers even while SSRs are enabled, so you could use ft3 and all other non-SSR registers as temporaries.

from snitch.

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.