Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 1 | --- |
| 2 | title: "OTBN DIF Checklist" |
| 3 | --- |
| 4 | |
| 5 | This checklist is for [Development Stage]({{< relref "/doc/project/development_stages.md" >}}) transitions for the [OTBN DIF]({{< relref "hw/ip/otbn/doc" >}}). |
| 6 | All checklist items refer to the content in the [Checklist]({{< relref "/doc/project/checklist.md" >}}). |
| 7 | |
Timothy Trippel | 4f9a333 | 2022-02-16 16:00:29 -0800 | [diff] [blame] | 8 | <h2>DIF Checklist</h2> |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 9 | |
Timothy Trippel | 4f9a333 | 2022-02-16 16:00:29 -0800 | [diff] [blame] | 10 | <h3>S1</h3> |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 11 | |
| 12 | Type | Item | Resolution | Note/Collaterals |
| 13 | ---------------|----------------------|-------------|------------------ |
Philipp Wagner | e2a0558 | 2020-11-05 11:36:44 +0000 | [diff] [blame] | 14 | Implementation | [DIF_EXISTS][] | Done | |
| 15 | Implementation | [DIF_USED_IN_TREE][] | Done | |
Sam Elliott | f845618 | 2020-11-19 12:21:30 +0000 | [diff] [blame] | 16 | Tests | [DIF_TEST_SMOKE][] | Done | |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 17 | |
Michael Schaffner | 945bbef | 2020-10-09 19:20:39 -0700 | [diff] [blame] | 18 | [DIF_EXISTS]: {{< relref "/doc/project/checklist.md#dif_exists" >}} |
| 19 | [DIF_USED_IN_TREE]: {{< relref "/doc/project/checklist.md#dif_used_in_tree" >}} |
Sam Elliott | f845618 | 2020-11-19 12:21:30 +0000 | [diff] [blame] | 20 | [DIF_TEST_SMOKE]: {{< relref "/doc/project/checklist.md#dif_test_smoke" >}} |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 21 | |
Timothy Trippel | 4f9a333 | 2022-02-16 16:00:29 -0800 | [diff] [blame] | 22 | <h3>S2</h3> |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 23 | |
| 24 | Type | Item | Resolution | Note/Collaterals |
| 25 | ---------------|-----------------------------|-------------|------------------ |
Timothy Trippel | 4f9a333 | 2022-02-16 16:00:29 -0800 | [diff] [blame] | 26 | Coordination | [DIF_HW_FEATURE_COMPLETE][] | Done | [HW Dashboard]({{< relref "hw" >}}) |
| 27 | Implementation | [DIF_FEATURES][] | Done | |
| 28 | Coordination | [DIF_DV_TESTS][] | Done | |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 29 | |
Michael Schaffner | 945bbef | 2020-10-09 19:20:39 -0700 | [diff] [blame] | 30 | [DIF_HW_FEATURE_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_hw_feature_complete" >}} |
Timothy Trippel | 4f9a333 | 2022-02-16 16:00:29 -0800 | [diff] [blame] | 31 | [DIF_FEATURES]: {{< relref "/doc/project/checklist.md#dif_features" >}} |
Michael Schaffner | 945bbef | 2020-10-09 19:20:39 -0700 | [diff] [blame] | 32 | [DIF_DV_TESTS]: {{< relref "/doc/project/checklist.md#dif_dv_tests" >}} |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 33 | |
Timothy Trippel | 4f9a333 | 2022-02-16 16:00:29 -0800 | [diff] [blame] | 34 | <h3>S3</h3> |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 35 | |
| 36 | Type | Item | Resolution | Note/Collaterals |
| 37 | ---------------|----------------------------------|-------------|------------------ |
| 38 | Coordination | [DIF_HW_DESIGN_COMPLETE][] | Not Started | |
| 39 | Coordination | [DIF_HW_VERIFICATION_COMPLETE][] | Not Started | |
Timothy Trippel | 4f9a333 | 2022-02-16 16:00:29 -0800 | [diff] [blame] | 40 | Documentation | [DIF_DOC_HW][] | Not Started | |
| 41 | Code Quality | [DIF_CODE_STYLE][] | Not Started | |
| 42 | Tests | [DIF_TEST_UNIT][] | Done | |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 43 | Review | [DIF_TODO_COMPLETE][] | Not Started | |
Sam Elliott | f72a4be | 2020-08-28 12:28:04 +0100 | [diff] [blame] | 44 | Review | Reviewer(s) | Not Started | |
| 45 | Review | Signoff date | Not Started | |
| 46 | |
Michael Schaffner | 945bbef | 2020-10-09 19:20:39 -0700 | [diff] [blame] | 47 | [DIF_HW_DESIGN_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_hw_design_complete" >}} |
| 48 | [DIF_HW_VERIFICATION_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_hw_verification_complete" >}} |
Timothy Trippel | 4f9a333 | 2022-02-16 16:00:29 -0800 | [diff] [blame] | 49 | [DIF_DOC_HW]: {{< relref "/doc/project/checklist.md#dif_doc_hw" >}} |
| 50 | [DIF_CODE_STYLE]: {{< relref "/doc/project/checklist.md#dif_code_style" >}} |
| 51 | [DIF_TEST_UNIT]: {{< relref "/doc/project/checklist.md#dif_test_unit" >}} |
Michael Schaffner | 945bbef | 2020-10-09 19:20:39 -0700 | [diff] [blame] | 52 | [DIF_TODO_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_todo_complete" >}} |