Coder Social home page Coder Social logo

Comments (7)

taoliug avatar taoliug commented on July 21, 2024

I'd recommend you extend below class and add constraint to avoid using opcode of B instructions.
https://github.com/google/riscv-dv/blob/master/src/riscv_illegal_instr.sv

from riscv-dv.

agrobman avatar agrobman commented on July 21, 2024

I just added
instr_bin[11:7] != 2; // do not generate target SP
to
instr_bit_assignment_c constraint

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

I think it's better to make sure it's actually generating an illegal instruction. Otherwise, it could generate a valid instruction without proper constraint, which may do something crazy and break the program execution. For example, you could potentially generate load/store instruction without proper address, or branch/jump instruction which could lead to a dead loop.

For the sp constraint, depending on the instruction format, you might need to constraint different bit position, which may make this solution more complicated to implement.

from riscv-dv.

agrobman avatar agrobman commented on July 21, 2024

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

It's not always true for the compressed instructions. Besides, bit [11:7] could be use for other purposes if there's no rd for the instruction. This constraint ends up constrains something else which could pose a hole in the randomization.

from riscv-dv.

agrobman avatar agrobman commented on July 21, 2024

from riscv-dv.

taoliug avatar taoliug commented on July 21, 2024

I think these are just two different ways to implement it. Either have a full legal binary encoding table and generate something not belongs to this table, or directly constraint the binary to target the illegal encoding. I will consider to refactor this class a bit to make it more readable.
I am closing this issue for now as I believe the original issue is solved. Thanks for reporting.

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.