File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -57,18 +57,37 @@ Activate script creates a virtual environment with Python3.11 and installs pytho
57
57
58
58
## Verification
59
59
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:
61
77
* 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
63
80
64
- To check if the environment is properly configured, run tests:
81
+ To check if the environment is properly configured, run the cocotb tests:
65
82
66
83
``` {bash}
67
84
make tests
68
85
```
69
86
70
87
More details can be found in [ ` verification README ` ] ( ./verification/README.md ) .
71
88
89
+ Coverage data is available in [ GitHub pages] ( https://chipsalliance.github.io/i3c-core/coverview.html?path=release-v2.0.zip ) .
90
+
72
91
## Tools
73
92
74
93
Tools developed for this project are located in ` tools ` directory. You can find more detailed information in README of each tool:
You can’t perform that action at this time.
0 commit comments