riscv-software-src / riscof

BSD 3-Clause "New" or "Revised" License
64 stars 41 forks source link

changes in report format #11

Open neelgala opened 3 years ago

neelgala commented 3 years ago
    • [ ] The current html report must be named: <instanceID>-<test-date>.html . Where <test-date> is in YYYY-MM-DD format using GMT as the time zone. <instanceID> can be a concatenation of the vendor and device strings from the isa yaml. Use underscore for delimiter in concatenation.
    • [ ] mvendorid and mimpids from the isa yaml also need to be captured in the report as well as part of the top table
    • [ ] we also need to capture the toolchain and version used by the DUT and the version of the reference model in the report. This is going to be somewhat tricky to get. I propose the initialize function of the DUT/Reference plugin can return this information to RISCOF which directly goes into the report. Other ideas are welcomed.