riscv-ctg
riscv-ctg copied to clipboard
Can riscv-ctg support vector ISA?
Hello, I didn't see vector ISA in sample_cgfs. What should I do if I want to test vector ISA in this test architecture? Looking forward to answering, thanks!
The basic infrastructure is certainly equipped to support generation of tests for the vector ISA but active development is needed to add functionality specific to vector and enable support. There isn't any active support for the Vector ISA at the moment. You will need to modify the datasets and define any vector related variables to enable generation of tests. You can take a look at the infrastructure to support the floating point(link) and the P extensions(link).
Thanks, I will take a look at the infrastructure to support the floating point and the P extensions first.