Skip to content

Made it possible to use the Risc-v disassembler with isacov

Created by: silabs-inhaahje

To verify the implementation, the test hello-world was ran to see if the coverage when using the SPIKE decoder is close to the coverage when using isa_support.

The results showed that the two decoders had approximately the same coverage, indicating that the implementation works.

Screenshot of coverage when using Spike: image

Screenshot of coverage when using isa_support: image

Merge request reports

Loading