Coder Social home page Coder Social logo

Comments (10)

taoliug avatar taoliug commented on July 21, 2024

Please refer to the riscv_rand_instr_test
https://github.com/google/riscv-dv/blob/master/yaml/testlist.yaml#L76
You can increase the ratio of loop instructions to generate more backward branch instructions.

The loop instruction is generated by below class, you can enhance it if you want to cover other backward branch scenarios.
https://github.com/google/riscv-dv/blob/master/src/riscv_loop_instr.sv

from riscv-dv.

agrobman avatar agrobman commented on July 21, 2024

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

Just increase the number 4 (this is the knob for the possibilities)
+directed_instr_1=riscv_loop_instr,4
You can also remove the other directed tests from the command line options if you don't want to include them in your test.

from riscv-dv.

agrobman avatar agrobman commented on July 21, 2024

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

BTW, are you using it for swerv core? I have done some work locally, the ISS/RTL sim comparison part as the tracer from swerv core doesn't have the rd value information. Let me know if you need help on this.

from riscv-dv.

agrobman avatar agrobman commented on July 21, 2024

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

I mean the external trace interface doesn't provide the result of the instruction. Maybe there'e some other way to get the complete trace info?
https://github.com/westerndigitalcorporation/swerv_eh1/blob/master/design/swerv.sv#L34

from riscv-dv.

agrobman avatar agrobman commented on July 21, 2024

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

Sure, let me close this issue for now, we can discuss with a separate thread.
I actually have a plan to open-source an integrated TB with swerv-eh1. Adding whisper(ISS) should be straightforward, but I failed to install in my local (got core dump). If you get it work, it will be great to add this support in the riscv-dv repository. Let me if you question with ISS integration.

from riscv-dv.

agrobman avatar agrobman commented on July 21, 2024

from riscv-dv.

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.