|
| 1 | +<!-- SPDX-License-Identifier: Apache-2.0 --> |
1 | 2 | <!doctype html> |
2 | | -<html> |
| 3 | +<html lang="en-us"> |
3 | 4 | <head> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
4 | 7 | <title>RISC-V Certification Documentation</title> |
| 8 | + <link |
| 9 | + href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" |
| 10 | + rel="stylesheet" |
| 11 | + integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" |
| 12 | + crossorigin="anonymous" |
| 13 | + /> |
5 | 14 | </head> |
6 | 15 | <body> |
7 | | - <h1>RISC-V Certification Documentation</h1> |
8 | | - <ul> |
9 | | - <li><a href="ctp.html">Certification Test Plan (CTP)</a></li> |
10 | | - <li><a href="crd/">Certification Requirements Documents (CRDs)</a></li> |
11 | | - </ul> |
| 16 | + <div class="container my-5"> |
| 17 | + <div class="p-5 text-center bg-body-tertiary rounded-3"> |
| 18 | + <h1 class="text-body-emphasis">RISC-V Certification Documentation</h1> |
| 19 | + </div> |
| 20 | + </div> |
| 21 | + |
| 22 | + <div class="container"> |
| 23 | + <div class="row mb-4"> |
| 24 | + <div class="col"> |
| 25 | + <h3>Certification Test Plan (CTP)</h3> |
| 26 | + <p> |
| 27 | + The CTP describes the test methodology and coverpoints used to |
| 28 | + certify RISC-V implementations. |
| 29 | + </p> |
| 30 | + <ul> |
| 31 | + <li><a href="ctp.html">CTP</a></li> |
| 32 | + </ul> |
| 33 | + </div> |
| 34 | + </div> |
| 35 | + |
| 36 | + <div class="row mb-4"> |
| 37 | + <div class="col"> |
| 38 | + <h3>Certification Requirements Documents (CRDs)</h3> |
| 39 | + <p> |
| 40 | + CRDs define the requirements that a RISC-V implementation must meet |
| 41 | + for certification. |
| 42 | + </p> |
| 43 | + <ul> |
| 44 | + <li><a href="crd/rvi20_crd.html">RVI20 CRD</a></li> |
| 45 | + <li><a href="crd/mc100_crd.html">MC100 CRD</a></li> |
| 46 | + </ul> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + </div> |
| 50 | + |
| 51 | + <script |
| 52 | + src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js" |
| 53 | + integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" |
| 54 | + crossorigin="anonymous" |
| 55 | + ></script> |
12 | 56 | </body> |
13 | 57 | </html> |
0 commit comments