riscv-software-src / riscv-perf-model

Example RISC-V Out-of-Order/Superscalar Processor Performance Core and MSS Model
Apache License 2.0
130 stars 55 forks source link

Vector Test Generator #186

Open aarongchan opened 1 month ago

aarongchan commented 1 month ago

Write a python script to automatically generate vector json tests. Add support for the script to be able to parse Mavis as well to generate the tests.

Shubhf commented 3 weeks ago

hey @aarongchan Can I take up this issue?

aarongchan commented 3 weeks ago

hey @aarongchan Can I take up this issue?

Hi @Shubhf, yes please feel free to.

Shubhf commented 3 weeks ago

Hey Can anyone tell share the link of the discord or slack sever?

Shubhf commented 2 weeks ago

@aarongchan , @danbone I’ve completed a script for generating vector JSON tests and parsing Mavis data. Could you advise on the best directory to place this file in the riscv_model project? Should it go in tests, core, or elsewhere? Your guidance on adhering to project conventions would be greatly appreciated.