Pawan Kumar Sanjaya

Results 62 comments of Pawan Kumar Sanjaya

> The second statement must take precedent because you can't know if the L bit is set or not until you do the PMP lookup. This statement assumes that the...

Thanks. That clears up things a lot. The decomposition text now raises the question as to what if a particular misaligned instruction access matches 2 different pmp entries(both pmp entries...

No matter the granularity of the pmp entries in a platform, if the platform implements the C extension, it is inevitable that an instruction access matches 2 different pmp entries....

The ISA string in question here is the "ISA" field of the hart in the yaml file. The ISA string is the most reliable way to ensure that the test...

There is no support for clic in riscv-config right now.

The isa to compile the test(described by RVTEST_ISA) can be different than the ISA which describes the hardware. The filtering happens based on the latter while the former is used...

Currently these functions are automatically called to assign the correct values to the respective variables(such as `rs1` and `rs2`). Making the suggested changes definitely eases using the object as an...

> * Is the error the only indication of success or are there other, better ways to tell? Currently there are 2 indications of success: No error and a log...

@alexshpilkin Thanks for filing the issue. Would you be willing to raise a PR for the same?

Its better to have a separate `test_requirements.txt` than try to separate the `requirements.txt` into sections.