Skip to content

Commit 9bde533

Browse files
authored
Archive repository and update README
Updated README to indicate repository archiving and migration.
1 parent fed3fee commit 9bde533

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

README.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# cvw-arch-verif
2+
3+
## This reposistory has been archived. Tests, coverage, and an updated framework have been migrated to https://github.com/riscv-non-isa/riscv-arch-test. All further development will take place in that repository.
4+
5+
# Original README Follows:
6+
27
The purpose of the repo is to support CORE-V Wally architectural verification.
38

49
This document contains guidelines for setup and running of RISC-V Architecture Functional Verification project. It contains commands and formats needed to generate and execute tests, write test plans and collect and analyze coverage. The following sections have been covered:
@@ -208,29 +213,3 @@ regression-wally \--fcov
208213
make
209214

210215
Analyze the coverage report by checking out the covergroups in covSummary.html file (in the work dir) to make sure that 100% Functional Coverage has been achieved. In case there are misses, it is indicative of missing tests or possible faults in the design. Carefully examine the coverage report to find the exact hole.
211-
212-
# **Teams**
213-
214-
**Harvey Mudd College:**
215-
216-
* Vikram Krishna
217-
* David Harris
218-
* Corey Hickson
219-
* Ahlyssa Santillana
220-
* Hamza Jamal
221-
222-
**Habib University:**
223-
224-
* Muhammad Shaheer
225-
* Shahjahan
226-
* Ehzem Farhan Sheikh
227-
* Daniyal Areshia
228-
* Sher Ali
229-
* Ahmed Abdullah Mujtaba
230-
231-
**UET:**
232-
233-
* Muhammad Zain
234-
* Muhammad Ahmad
235-
* Muhammad Abdullah
236-
* Hamza Ali

0 commit comments

Comments
 (0)