GithubHelp home page GithubHelp logo

Inconsistent forwarding about patmos HOT 2 CLOSED

jeuneS2 avatar jeuneS2 commented on August 14, 2024
Inconsistent forwarding

from patmos.

Comments (2)

stefanhepp avatar stefanhepp commented on August 14, 2024

Fixed it locally, will push soon.. (it's in the read_GPR_EX function in
instructions.h).

On 05/10/2013 12:28 AM, jeuneS2 wrote:

The test case vliw_test/add (and possibly other test cases) show
inconsistent forwarding in the simulator. In the first cycle, r1 is
assigned 2 in pipeline 0 and 5 in pipeline 1. r2-r7 are assigned r1+r1
in the subsequent cycles. The result is that r1=5 (result from pipeline
1), r2=r3=4 (apparently forwarded from pipeline 0), and r4=r5=r6=r7=10
(forwarded from pipeline 1 or the register file). This should be fixed
such that the value in the register and the forwarded values are consistent.


Reply to this email directly or view it on GitHub
#4.

Stefan Hepp E: [email protected]
Vienna University of Technology W: www.complang.tuwien.ac.at/hepp
Institute of Computer Languages T: +43-1-58801-185181
Austria, 1040 Wien, Argentinierstr.8

from patmos.

stefanhepp avatar stefanhepp commented on August 14, 2024

Pushed it, r2-r7 = 10 now in the vliw add.s test.

from patmos.

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.