Tobias Wölfel
Tobias Wölfel
Just want to raise awareness to https://github.com/yaml/pyyaml/issues/165 as this can lead to weird behaviors. If for example `filesets` has two entries with the same name only the content of the...
The tracer currently does not decode the pseudo instruction. Use it once it is supported by more tools. Actually not quite which, but it was recently mentioned in https://github.com/llvm/llvm-project/commit/249d7de1190f50178181d2477aa661cd252e294c
This PR addresses #1233 and provides some basic functionality to run riscv-compliance checks based on RISCOF. RISCOF is still in development and the switch to it in riscv-compliance is only...
It would be nice to have some guidelines as to how to contribute properly. I just started a PR and had to update the commits a few times in order...
There are some comments in issues https://github.com/riscv/riscv-tools/issues/290#issuecomment-536127889 and https://github.com/riscv/riscv-tools/issues/278#issuecomment-469447363 which say _riscv-tools_ should not be used. In the case that this is correct, it might be good to add a...
https://github.com/riscv/riscv-config/blob/faab5e604cf0688f30437e1d92657fe37e5cdd99/riscv_config/schemaValidator.py#L84 The ISA string is checked for the letter 'U', but according to the description in the schema it should contain the extensions according to the user spec. In unprivileged...