From fadba671131970e5c8d28f93a32a7f5e9cef964b Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Wed, 10 Apr 2024 14:00:31 -0400 Subject: [PATCH] Add instructions for viewing the coverage results. --- .../CV32E40Pv1/Milestone-data/Reports/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Project-Descriptions-and-Plans/CV32E40Pv1/Milestone-data/Reports/README.md diff --git a/Project-Descriptions-and-Plans/CV32E40Pv1/Milestone-data/Reports/README.md b/Project-Descriptions-and-Plans/CV32E40Pv1/Milestone-data/Reports/README.md new file mode 100644 index 000000000..e4ffe4f67 --- /dev/null +++ b/Project-Descriptions-and-Plans/CV32E40Pv1/Milestone-data/Reports/README.md @@ -0,0 +1,17 @@ + +CV32E40P v1.0.0 Reports +======================= +This directory hosts a set of coverage reports and associated waivers for the CV32E40P v1.0.0 release. +The directory names are date-stamps of various regression runs. +To view the reports: +- Clone this report to your local workspace. +- Point your browser to the file `index.html`, in this directory. +For example: +``` +$ git clone https://github.com/openhwgroup/programs +$ cd programs/Project-Descriptions-and-Plans/CV32E40Pv1/Milestone-data/Reports +$ firefox index.html & +```