blob: e757f95225141702cd61037412d8888b71a8301a [file] [log] [blame] [view]
Sam Elliottf72a4be2020-08-28 12:28:04 +01001---
2title: "OTBN DIF Checklist"
3---
4
5This checklist is for [Development Stage]({{< relref "/doc/project/development_stages.md" >}}) transitions for the [OTBN DIF]({{< relref "hw/ip/otbn/doc" >}}).
6All checklist items refer to the content in the [Checklist]({{< relref "/doc/project/checklist.md" >}}).
7
Timothy Trippel4f9a3332022-02-16 16:00:29 -08008<h2>DIF Checklist</h2>
Sam Elliottf72a4be2020-08-28 12:28:04 +01009
Timothy Trippel4f9a3332022-02-16 16:00:29 -080010<h3>S1</h3>
Sam Elliottf72a4be2020-08-28 12:28:04 +010011
12Type | Item | Resolution | Note/Collaterals
13---------------|----------------------|-------------|------------------
Philipp Wagnere2a05582020-11-05 11:36:44 +000014Implementation | [DIF_EXISTS][] | Done |
15Implementation | [DIF_USED_IN_TREE][] | Done |
Sam Elliottf8456182020-11-19 12:21:30 +000016Tests | [DIF_TEST_SMOKE][] | Done |
Sam Elliottf72a4be2020-08-28 12:28:04 +010017
Michael Schaffner945bbef2020-10-09 19:20:39 -070018[DIF_EXISTS]: {{< relref "/doc/project/checklist.md#dif_exists" >}}
19[DIF_USED_IN_TREE]: {{< relref "/doc/project/checklist.md#dif_used_in_tree" >}}
Sam Elliottf8456182020-11-19 12:21:30 +000020[DIF_TEST_SMOKE]: {{< relref "/doc/project/checklist.md#dif_test_smoke" >}}
Sam Elliottf72a4be2020-08-28 12:28:04 +010021
Timothy Trippel4f9a3332022-02-16 16:00:29 -080022<h3>S2</h3>
Sam Elliottf72a4be2020-08-28 12:28:04 +010023
24Type | Item | Resolution | Note/Collaterals
25---------------|-----------------------------|-------------|------------------
Timothy Trippel4f9a3332022-02-16 16:00:29 -080026Coordination | [DIF_HW_FEATURE_COMPLETE][] | Done | [HW Dashboard]({{< relref "hw" >}})
27Implementation | [DIF_FEATURES][] | Done |
28Coordination | [DIF_DV_TESTS][] | Done |
Sam Elliottf72a4be2020-08-28 12:28:04 +010029
Michael Schaffner945bbef2020-10-09 19:20:39 -070030[DIF_HW_FEATURE_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_hw_feature_complete" >}}
Timothy Trippel4f9a3332022-02-16 16:00:29 -080031[DIF_FEATURES]: {{< relref "/doc/project/checklist.md#dif_features" >}}
Michael Schaffner945bbef2020-10-09 19:20:39 -070032[DIF_DV_TESTS]: {{< relref "/doc/project/checklist.md#dif_dv_tests" >}}
Sam Elliottf72a4be2020-08-28 12:28:04 +010033
Timothy Trippel4f9a3332022-02-16 16:00:29 -080034<h3>S3</h3>
Sam Elliottf72a4be2020-08-28 12:28:04 +010035
36Type | Item | Resolution | Note/Collaterals
37---------------|----------------------------------|-------------|------------------
38Coordination | [DIF_HW_DESIGN_COMPLETE][] | Not Started |
39Coordination | [DIF_HW_VERIFICATION_COMPLETE][] | Not Started |
Timothy Trippel4f9a3332022-02-16 16:00:29 -080040Documentation | [DIF_DOC_HW][] | Not Started |
41Code Quality | [DIF_CODE_STYLE][] | Not Started |
42Tests | [DIF_TEST_UNIT][] | Done |
Sam Elliottf72a4be2020-08-28 12:28:04 +010043Review | [DIF_TODO_COMPLETE][] | Not Started |
Sam Elliottf72a4be2020-08-28 12:28:04 +010044Review | Reviewer(s) | Not Started |
45Review | Signoff date | Not Started |
46
Michael Schaffner945bbef2020-10-09 19:20:39 -070047[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 Trippel4f9a3332022-02-16 16:00:29 -080049[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 Schaffner945bbef2020-10-09 19:20:39 -070052[DIF_TODO_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_todo_complete" >}}