Skip to content

Commit 97f43a3

Browse files
committed
README update
1 parent 00dec48 commit 97f43a3

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,37 @@ Activate script creates a virtual environment with Python3.11 and installs pytho
5757

5858
## Verification
5959

60-
This core is verified by 2 approaches:
60+
Tools used for the core verification
61+
62+
* Simulation:
63+
64+
* VCS R-2020.12-SP2-8
65+
* Verilator v5.024
66+
67+
* Lint:
68+
69+
* Spyglass VC Static U-2023.03-SP2-4
70+
71+
* RDC:
72+
73+
* Spyglass VC Static U-2023.03-SP2-4
74+
* MeridianRDC 2022.A.P10.2.RDC for RHEL7.0-64, Rev 189206
75+
76+
This core is verified with the following set of tests:
6177
* rapid tests written in cocotb
62-
* UVM test suite
78+
* Avery I3C VIP based tests
79+
* [Selected tests](doc/cts-list.md) from the Avery I3C Compliance Test Suite
6380

64-
To check if the environment is properly configured, run tests:
81+
To check if the environment is properly configured, run the cocotb tests:
6582

6683
```{bash}
6784
make tests
6885
```
6986

7087
More details can be found in [`verification README`](./verification/README.md).
7188

89+
Coverage data is available in [GitHub pages](https://chipsalliance.github.io/i3c-core/coverview.html?path=release-v2.0.zip).
90+
7291
## Tools
7392

7493
Tools developed for this project are located in `tools` directory. You can find more detailed information in README of each tool:

0 commit comments

Comments
 (0)