Giter Site home page Giter Site logo

Comments (8)

pascalgouedo avatar pascalgouedo commented on June 22, 2024

Hi,
You have to move cv32e40p directory somewhere else and use following option when launching make command:
CV_CORE_PATH=<your path>/cv32e40p

from cv32e40p.

MikeOpenHWGroup avatar MikeOpenHWGroup commented on June 22, 2024

Hi @Attaullah786, did @pascalgouedo answer your question? If so, please close this Issue. If you do not comment within one week, this Issue will be closed.

from cv32e40p.

Attaullah786 avatar Attaullah786 commented on June 22, 2024

Thanks for your answer. When i run the hello world test there is no information about CPI for the test cases. Kindly give me insight about the test cases that gave clock cycles. Thanks

from cv32e40p.

MikeOpenHWGroup avatar MikeOpenHWGroup commented on June 22, 2024

Hi @Attaullah786'

there is no information about CPI for the test cases

What do you mean by "CPI"?

Kindly give me insight about the test cases that gave clock cycles.

We have no testcases that track clock cycles and there is no function in the testbench that does this. We do not have any verification requirements to measure clock cycles, so this was not added. Why do you need it?

from cv32e40p.

pascalgouedo avatar pascalgouedo commented on June 22, 2024

Even if clock cycles are not useful for verification purpose, we do measure them in the benchmarks.

You can find a simple example of that in matmul_32b_int one.

from cv32e40p.

Attaullah786 avatar Attaullah786 commented on June 22, 2024

I implemented a dynamic w but branch predictor in cv32e40p core. Now I have to analyze whether the branch predictor reduced the execution time for some branch instructions or not. So I need that execution time. Is there any process in the core already to find it?

from cv32e40p.

MikeOpenHWGroup avatar MikeOpenHWGroup commented on June 22, 2024

The CV32E40P implements the mcycle and minstret CSRs. Your test-program could query these.

from cv32e40p.

pascalgouedo avatar pascalgouedo commented on June 22, 2024

I implemented a dynamic w but branch predictor in cv32e40p core. Now I have to analyze whether the branch predictor reduced the execution time for some branch instructions or not. So I need that execution time. Is there any process in the core already to find it?

Already answered above with matmul_32b_int example.
To characterize your branch predictor, I advise you to use Embench Iot 0.5 that you can launch on uvm test-bench.

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.