Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 1 | --- |
| 2 | title: "${name.upper()} Checklist" |
| 3 | --- |
| 4 | |
Srikrishna Iyer | d1f896e | 2020-03-05 13:52:40 -0800 | [diff] [blame] | 5 | <!-- |
| 6 | NOTE: This is a template checklist document that is required to be copied over to the 'doc' |
| 7 | directory for a new design that transitions from L0 (Specification) to L1 (Development) |
| 8 | stage, and updated as needed. Once done, please remove this comment before checking it in. |
| 9 | --> |
Sam Elliott | 2061d8b | 2020-04-20 19:56:54 +0100 | [diff] [blame] | 10 | This checklist is for [Hardware Stage]({{< relref "/doc/project/development_stages.md" >}}) transitions for the [${name.upper()} peripheral.]({{< relref "hw/ip/${name}/doc" >}}) |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 11 | All checklist items refer to the content in the [Checklist.]({{< relref "/doc/project/checklist.md" >}}) |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 12 | |
Philipp Wagner | 1d9fc21 | 2020-09-17 10:48:36 +0100 | [diff] [blame] | 13 | <%text>## Design Checklist</%text> |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 14 | |
Philipp Wagner | 1d9fc21 | 2020-09-17 10:48:36 +0100 | [diff] [blame] | 15 | <%text>### D1</%text> |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 16 | |
| 17 | Type | Item | Resolution | Note/Collaterals |
| 18 | --------------|-----------------------|-------------|------------------ |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 19 | Documentation | [SPEC_COMPLETE][] | Not Started | [${name.upper()} Design Spec]({{<relref "hw/ip/${name}/doc" >}}) |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 20 | Documentation | [CSR_DEFINED][] | Not Started | |
| 21 | RTL | [CLKRST_CONNECTED][] | Not Started | |
| 22 | RTL | [IP_TOP][] | Not Started | |
Eunchan Kim | e87d5b1 | 2019-11-07 16:51:55 -0800 | [diff] [blame] | 23 | RTL | [IP_INSTANTIABLE][] | Not Started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 24 | RTL | [MEM_INSTANCED_80][] | Not Started | |
| 25 | RTL | [FUNC_IMPLEMENTED][] | Not Started | |
| 26 | RTL | [ASSERT_KNOWN_ADDED][]| Not Started | |
| 27 | Code Quality | [LINT_SETUP][] | Not Started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 28 | Review | Reviewer(s) | Not Started | |
| 29 | Review | Signoff date | Not Started | |
| 30 | |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 31 | [SPEC_COMPLETE]: {{<relref "/doc/project/checklist.md#spec-complete" >}} |
| 32 | [CSR_DEFINED]: {{<relref "/doc/project/checklist.md#csr-defined" >}} |
| 33 | [CLKRST_CONNECTED]: {{<relref "/doc/project/checklist.md#clkrst-connected" >}} |
| 34 | [IP_TOP]: {{<relref "/doc/project/checklist.md#ip-top" >}} |
Eunchan Kim | e87d5b1 | 2019-11-07 16:51:55 -0800 | [diff] [blame] | 35 | [IP_INSTANTIABLE]: {{<relref "/doc/project/checklist.md#ip-instantiable" >}} |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 36 | [MEM_INSTANCED_80]: {{<relref "/doc/project/checklist.md#mem-instanced-80" >}} |
| 37 | [FUNC_IMPLEMENTED]: {{<relref "/doc/project/checklist.md#func-implemented" >}} |
| 38 | [ASSERT_KNOWN_ADDED]: {{<relref "/doc/project/checklist.md#assert-known-added" >}} |
| 39 | [LINT_SETUP]: {{<relref "/doc/project/checklist.md#lint-setup" >}} |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 40 | |
Philipp Wagner | 1d9fc21 | 2020-09-17 10:48:36 +0100 | [diff] [blame] | 41 | <%text>### D2</%text> |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 42 | |
| 43 | Type | Item | Resolution | Note/Collaterals |
| 44 | --------------|-------------------------|-------------|------------------ |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 45 | Documentation | [NEW_FEATURES][] | Not Started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 46 | Documentation | [BLOCK_DIAGRAM][] | Not Started | |
| 47 | Documentation | [DOC_INTERFACE][] | Not Started | |
| 48 | Documentation | [MISSING_FUNC][] | Not Started | |
| 49 | Documentation | [FEATURE_FROZEN][] | Not Started | |
| 50 | RTL | [FEATURE_COMPLETE][] | Not Started | |
| 51 | RTL | [AREA_SANITY_CHECK][] | Not Started | |
| 52 | RTL | [PORT_FROZEN][] | Not Started | |
| 53 | RTL | [ARCHITECTURE_FROZEN][] | Not Started | |
| 54 | RTL | [REVIEW_TODO][] | Not Started | |
| 55 | RTL | [STYLE_X][] | Not Started | |
| 56 | Code Quality | [LINT_PASS][] | Not Started | |
| 57 | Code Quality | [CDC_SETUP][] | Not Started | |
| 58 | Code Quality | [FPGA_TIMING][] | Not Started | |
| 59 | Code Quality | [CDC_SYNCMACRO][] | Not Started | |
Scott Johnson | bd8a690 | 2020-06-24 09:12:42 -0700 | [diff] [blame] | 60 | Security | [SEC_CM_IMPLEMENTED][] | Not Started | |
| 61 | Security | [SEC_NON_RESET_FLOPS][] | Not Started | |
| 62 | Security | [SEC_SHADOW_REGS][] | Not Started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 63 | Review | Reviewer(s) | Not Started | |
| 64 | Review | Signoff date | Not Started | |
| 65 | |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 66 | [NEW_FEATURES]: {{<relref "/doc/project/checklist.md#new-features" >}} |
| 67 | [BLOCK_DIAGRAM]: {{<relref "/doc/project/checklist.md#block-diagram" >}} |
| 68 | [DOC_INTERFACE]: {{<relref "/doc/project/checklist.md#doc-interface" >}} |
| 69 | [MISSING_FUNC]: {{<relref "/doc/project/checklist.md#missing-func" >}} |
| 70 | [FEATURE_FROZEN]: {{<relref "/doc/project/checklist.md#feature-frozen" >}} |
| 71 | [FEATURE_COMPLETE]: {{<relref "/doc/project/checklist.md#feature-complete" >}} |
| 72 | [AREA_SANITY_CHECK]: {{<relref "/doc/project/checklist.md#area-sanity-check" >}} |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 73 | [PORT_FROZEN]: {{<relref "/doc/project/checklist.md#port-frozen" >}} |
| 74 | [ARCHITECTURE_FROZEN]: {{<relref "/doc/project/checklist.md#architecture-frozen" >}} |
| 75 | [REVIEW_TODO]: {{<relref "/doc/project/checklist.md#review-todo" >}} |
| 76 | [STYLE_X]: {{<relref "/doc/project/checklist.md#style-x" >}} |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 77 | [LINT_PASS]: {{<relref "/doc/project/checklist.md#lint-pass" >}} |
| 78 | [CDC_SETUP]: {{<relref "/doc/project/checklist.md#cdc-setup" >}} |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 79 | [FPGA_TIMING]: {{<relref "/doc/project/checklist.md#fpga-timing" >}} |
Scott Johnson | bd8a690 | 2020-06-24 09:12:42 -0700 | [diff] [blame] | 80 | [CDC_SYNCMACRO]: {{<relref "/doc/project/checklist.md#cdc-syncmacro" >}} |
| 81 | [SEC_CM_IMPLEMENTED]: {{<relref "/doc/project/checklist.md#sec-cm-implemented" >}} |
| 82 | [SEC_NON_RESET_FLOPS]: {{<relref "/doc/project/checklist.md#sec-non-reset-flops" >}} |
| 83 | [SEC_SHADOW_REGS]: {{<relref "/doc/project/checklist.md#sec-shadow-regs" >}} |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 84 | |
Philipp Wagner | 1d9fc21 | 2020-09-17 10:48:36 +0100 | [diff] [blame] | 85 | <%text>### D3</%text> |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 86 | |
| 87 | Type | Item | Resolution | Note/Collaterals |
| 88 | --------------|-------------------------|-------------|------------------ |
| 89 | Documentation | [NEW_FEATURES_D3][] | Not Started | |
| 90 | RTL | [TODO_COMPLETE][] | Not Started | |
| 91 | Code Quality | [LINT_COMPLETE][] | Not Started | |
| 92 | Code Quality | [CDC_COMPLETE][] | Not Started | |
| 93 | Review | [REVIEW_RTL][] | Not Started | |
| 94 | Review | [REVIEW_DELETED_FF][] | Not Started | |
| 95 | Review | [REVIEW_SW_CSR][] | Not Started | |
| 96 | Review | [REVIEW_SW_FATAL_ERR][] | Not Started | |
| 97 | Review | [REVIEW_SW_CHANGE][] | Not Started | |
| 98 | Review | [REVIEW_SW_ERRATA][] | Not Started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 99 | Review | Reviewer(s) | Not Started | |
| 100 | Review | Signoff date | Not Started | |
| 101 | |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 102 | [NEW_FEATURES_D3]: {{<relref "/doc/project/checklist.md#new-features-d3" >}} |
| 103 | [TODO_COMPLETE]: {{<relref "/doc/project/checklist.md#todo-complete" >}} |
| 104 | [LINT_COMPLETE]: {{<relref "/doc/project/checklist.md#lint-complete" >}} |
| 105 | [CDC_COMPLETE]: {{<relref "/doc/project/checklist.md#cdc-complete" >}} |
| 106 | [REVIEW_RTL]: {{<relref "/doc/project/checklist.md#review-rtl" >}} |
| 107 | [REVIEW_DBG]: {{<relref "/doc/project/checklist.md#review-dbg" >}} |
| 108 | [REVIEW_DELETED_FF]: {{<relref "/doc/project/checklist.md#review-deleted-ff" >}} |
| 109 | [REVIEW_SW_CSR]: {{<relref "/doc/project/checklist.md#review-sw-csr" >}} |
| 110 | [REVIEW_SW_FATAL_ERR]: {{<relref "/doc/project/checklist.md#review-sw-fatal-err" >}} |
| 111 | [REVIEW_SW_CHANGE]: {{<relref "/doc/project/checklist.md#review-sw-change" >}} |
| 112 | [REVIEW_SW_ERRATA]: {{<relref "/doc/project/checklist.md#review-sw-errata" >}} |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 113 | |
Philipp Wagner | 1d9fc21 | 2020-09-17 10:48:36 +0100 | [diff] [blame] | 114 | <%text>## Verification Checklist</%text> |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 115 | |
Philipp Wagner | 1d9fc21 | 2020-09-17 10:48:36 +0100 | [diff] [blame] | 116 | <%text>### V1</%text> |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 117 | |
| 118 | Type | Item | Resolution | Note/Collaterals |
| 119 | --------------|---------------------------------------|-------------|------------------ |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 120 | Documentation | [DV_PLAN_DRAFT_COMPLETED][] | Not Started | [${name.upper()} DV Plan]({{<relref "hw/ip/${name}/doc/dv_plan" >}}) |
| 121 | Documentation | [TESTPLAN_COMPLETED][] | Not Started | [${name.upper()} Testplan]({{<relref "hw/ip/${name}/doc/dv_plan/index.md#testplan" >}}) |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 122 | Testbench | [TB_TOP_CREATED][] | Not Started | |
| 123 | Testbench | [PRELIMINARY_ASSERTION_CHECKS_ADDED][]| Not Started | |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 124 | Testbench | [SIM_TB_ENV_CREATED][] | Not Started | |
| 125 | Testbench | [SIM_RAL_MODEL_GEN_AUTOMATED][] | Not Started | |
| 126 | Testbench | [CSR_CHECK_GEN_AUTOMATED][] | Not Started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 127 | Testbench | [TB_GEN_AUTOMATED][] | Not Started | |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 128 | Tests | [SIM_SANITY_TEST_PASSING][] | Not Started | |
| 129 | Tests | [SIM_CSR_MEM_TEST_SUITE_PASSING][] | Not Started | |
| 130 | Tests | [FPV_MAIN_ASSERTIONS_PROVEN][] | Not Started | |
| 131 | Tool Setup | [SIM_ALT_TOOL_SETUP][] | Not Started | |
| 132 | Regression | [SIM_SANITY_REGRESSION_SETUP][] | Not Started | |
| 133 | Regression | [SIM_NIGHTLY_REGRESSION_SETUP][] | Not Started | |
| 134 | Regression | [FPV_REGRESSION_SETUP][] | Not Started | |
| 135 | Coverage | [SIM_COVERAGE_MODEL_ADDED][] | Not Started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 136 | Integration | [PRE_VERIFIED_SUB_MODULES_V1][] | Not Started | |
| 137 | Review | [DESIGN_SPEC_REVIEWED][] | Not Started | |
| 138 | Review | [DV_PLAN_TESTPLAN_REVIEWED][] | Not Started | |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 139 | Review | [STD_TEST_CATEGORIES_PLANNED][] | Not Started | Exception (?) |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 140 | Review | [V2_CHECKLIST_SCOPED][] | Not Started | |
| 141 | Review | Reviewer(s) | Not Started | |
| 142 | Review | Signoff date | Not Started | |
| 143 | |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 144 | [DV_PLAN_DRAFT_COMPLETED]: {{<relref "/doc/project/checklist.md#dv-plan-draft-completed" >}} |
| 145 | [TESTPLAN_COMPLETED]: {{<relref "/doc/project/checklist.md#testplan-completed" >}} |
| 146 | [TB_TOP_CREATED]: {{<relref "/doc/project/checklist.md#tb-top-created" >}} |
| 147 | [PRELIMINARY_ASSERTION_CHECKS_ADDED]: {{<relref "/doc/project/checklist.md#preliminary-assertion-checks-added" >}} |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 148 | [SIM_TB_ENV_CREATED]: {{<relref "/doc/project/checklist.md#sim-tb-env-created" >}} |
| 149 | [SIM_RAL_MODEL_GEN_AUTOMATED]: {{<relref "/doc/project/checklist.md#sim-ral-model-gen-automated" >}} |
| 150 | [CSR_CHECK_GEN_AUTOMATED]: {{<relref "/doc/project/checklist.md#csr-check-gen-automated" >}} |
Scott Johnson | ad49bde | 2019-11-07 05:05:37 -0800 | [diff] [blame] | 151 | [TB_GEN_AUTOMATED]: {{<relref "/doc/project/checklist.md#tb-gen-automated" >}} |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 152 | [SIM_SANITY_TEST_PASSING]: {{<relref "/doc/project/checklist.md#sim-sanity-test-passing" >}} |
| 153 | [SIM_CSR_MEM_TEST_SUITE_PASSING]: {{<relref "/doc/project/checklist.md#sim-csr-mem-test-suite-passing" >}} |
| 154 | [FPV_MAIN_ASSERTIONS_PROVEN]: {{<relref "/doc/project/checklist.md#fpv-main-assertions-proven" >}} |
| 155 | [SIM_ALT_TOOL_SETUP]: {{<relref "/doc/project/checklist.md#sim-alt-tool-setup" >}} |
| 156 | [SIM_SANITY_REGRESSION_SETUP]: {{<relref "/doc/project/checklist.md#sim-sanity-regression-setup" >}} |
| 157 | [SIM_NIGHTLY_REGRESSION_SETUP]: {{<relref "/doc/project/checklist.md#sim-nightly-regression-setup" >}} |
| 158 | [FPV_REGRESSION_SETUP]: {{<relref "/doc/project/checklist.md#fpv-regression-setup" >}} |
| 159 | [SIM_COVERAGE_MODEL_ADDED]: {{<relref "/doc/project/checklist.md#sim-coverage-model-added" >}} |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 160 | [PRE_VERIFIED_SUB_MODULES_V1]: {{<relref "/doc/project/checklist.md#pre-verified-sub-modules-v1" >}} |
| 161 | [DESIGN_SPEC_REVIEWED]: {{<relref "/doc/project/checklist.md#design-spec-reviewed" >}} |
| 162 | [DV_PLAN_TESTPLAN_REVIEWED]: {{<relref "/doc/project/checklist.md#dv-plan-testplan-reviewed" >}} |
| 163 | [STD_TEST_CATEGORIES_PLANNED]: {{<relref "/doc/project/checklist.md#std-test-categories-planned" >}} |
| 164 | [V2_CHECKLIST_SCOPED]: {{<relref "/doc/project/checklist.md#v2-checklist-scoped" >}} |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 165 | |
Philipp Wagner | 1d9fc21 | 2020-09-17 10:48:36 +0100 | [diff] [blame] | 166 | <%text>### V2</%text> |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 167 | |
| 168 | Type | Item | Resolution | Note/Collaterals |
| 169 | --------------|-----------------------------------------|-------------|------------------ |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 170 | Documentation | [DESIGN_DELTAS_CAPTURED_V2][] | Not started | |
| 171 | Documentation | [DV_PLAN_COMPLETED][] | Not started | |
| 172 | Testbench | [ALL_INTERFACES_EXERCISED][] | Not started | |
| 173 | Testbench | [ALL_ASSERTION_CHECKS_ADDED][] | Not started | |
| 174 | Testbench | [SIM_TB_ENV_COMPLETED][] | Not started | |
| 175 | Tests | [SIM_ALL_TESTS_PASSING][] | Not started | |
| 176 | Tests | [FPV_ALL_ASSERTIONS_WRITTEN][] | Not started | |
| 177 | Tests | [FPV_ALL_ASSUMPTIONS_REVIEWED][] | Not started | |
| 178 | Tests | [SIM_FW_SIMULATED][] | Not started | |
| 179 | Regression | [SIM_NIGHTLY_REGRESSION_V2][] | Not started | |
| 180 | Coverage | [SIM_CODE_COVERAGE_V2][] | Not started | |
| 181 | Coverage | [SIM_FUNCTIONAL_COVERAGE_V2][] | Not started | |
| 182 | Coverage | [FPV_CODE_COVERAGE_V2][] | Not started | |
| 183 | Coverage | [FPV_COI_COVERAGE_V2][] | Not started | |
| 184 | Issues | [NO_HIGH_PRIORITY_ISSUES_PENDING][] | Not started | |
| 185 | Issues | [ALL_LOW_PRIORITY_ISSUES_ROOT_CAUSED][] | Not started | |
| 186 | Integration | [PRE_VERIFIED_SUB_MODULES_V2][] | Not started | |
| 187 | Review | [V3_CHECKLIST_SCOPED][] | Not started | |
| 188 | Review | Reviewer(s) | Not started | |
| 189 | Review | Signoff date | Not started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 190 | |
Scott Johnson | ad49bde | 2019-11-07 05:05:37 -0800 | [diff] [blame] | 191 | [DESIGN_DELTAS_CAPTURED_V2]: {{<relref "/doc/project/checklist.md#design-deltas-captured-v2" >}} |
| 192 | [DV_PLAN_COMPLETED]: {{<relref "/doc/project/checklist.md#dv-plan-completed" >}} |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 193 | [ALL_INTERFACES_EXERCISED]: {{<relref "/doc/project/checklist.md#all-interfaces-exercised" >}} |
| 194 | [ALL_ASSERTION_CHECKS_ADDED]: {{<relref "/doc/project/checklist.md#all-assertion-checks-added" >}} |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 195 | [SIM_TB_ENV_COMPLETED]: {{<relref "/doc/project/checklist.md#sim-tb-env-completed" >}} |
| 196 | [SIM_ALL_TESTS_PASSING]: {{<relref "/doc/project/checklist.md#sim-all-tests-passing" >}} |
| 197 | [FPV_ALL_ASSERTIONS_WRITTEN]: {{<relref "/doc/project/checklist.md#fpv-all-assertions-written" >}} |
| 198 | [FPV_ALL_ASSUMPTIONS_REVIEWED]: {{<relref "/doc/project/checklist.md#fpv-all-assumptions-reviewed" >}} |
| 199 | [SIM_FW_SIMULATED]: {{<relref "/doc/project/checklist.md#sim-fw-simulated" >}} |
| 200 | [SIM_NIGHTLY_REGRESSION_V2]: {{<relref "/doc/project/checklist.md#sim-nightly-regression-v2" >}} |
| 201 | [SIM_CODE_COVERAGE_V2]: {{<relref "/doc/project/checklist.md#sim-code-coverage-v2" >}} |
| 202 | [SIM_FUNCTIONAL_COVERAGE_V2]: {{<relref "/doc/project/checklist.md#sim-functional-coverage-v2" >}} |
| 203 | [FPV_CODE_COVERAGE_V2]: {{<relref "/doc/project/checklist.md#fpv-code-coverage-v2" >}} |
| 204 | [FPV_COI_COVERAGE_V2]: {{<relref "/doc/project/checklist.md#fpv-coi-coverage-v2" >}} |
Scott Johnson | 8573fa2 | 2019-11-01 14:49:56 -0700 | [diff] [blame] | 205 | [NO_HIGH_PRIORITY_ISSUES_PENDING]: {{<relref "/doc/project/checklist.md#no-high-priority-issues-pending" >}} |
| 206 | [ALL_LOW_PRIORITY_ISSUES_ROOT_CAUSED]:{{<relref "/doc/project/checklist.md#all-low-priority-issues-root-caused" >}} |
| 207 | [PRE_VERIFIED_SUB_MODULES_V2]: {{<relref "/doc/project/checklist.md#pre-verified-sub-modules-v2" >}} |
| 208 | [V3_CHECKLIST_SCOPED]: {{<relref "/doc/project/checklist.md#v3-checklist-scoped" >}} |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 209 | |
Philipp Wagner | 1d9fc21 | 2020-09-17 10:48:36 +0100 | [diff] [blame] | 210 | <%text>### V3</%text> |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 211 | |
| 212 | Type | Item | Resolution | Note/Collaterals |
| 213 | --------------|-----------------------------------|-------------|------------------ |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 214 | Documentation | [DESIGN_DELTAS_CAPTURED_V3][] | Not started | |
| 215 | Testbench | [ALL_TODOS_RESOLVED][] | Not started | |
| 216 | Tests | [X_PROP_ANALYSIS_COMPLETED][] | Not started | |
| 217 | Tests | [FPV_ASSERTIONS_PROVEN_AT_V3][] | Not started | |
| 218 | Regression | [SIM_NIGHTLY_REGRESSION_AT_V3][] | Not started | |
| 219 | Coverage | [SIM_CODE_COVERAGE_AT_100][] | Not started | |
| 220 | Coverage | [SIM_FUNCTIONAL_COVERAGE_AT_100][]| Not started | |
| 221 | Coverage | [FPV_CODE_COVERAGE_AT_100][] | Not started | |
| 222 | Coverage | [FPV_COI_COVERAGE_AT_100][] | Not started | |
| 223 | Issues | [NO_ISSUES_PENDING][] | Not started | |
| 224 | Code Quality | [NO_TOOL_WARNINGS_THROWN][] | Not started | |
| 225 | Integration | [PRE_VERIFIED_SUB_MODULES_V3][] | Not started | |
| 226 | Review | Reviewer(s) | Not started | |
| 227 | Review | Signoff date | Not started | |
Eunchan Kim | cce72b6 | 2019-10-28 23:23:40 -0700 | [diff] [blame] | 228 | |
Pirmin Vogel | 4fc2330 | 2020-03-13 12:12:15 +0100 | [diff] [blame] | 229 | [DESIGN_DELTAS_CAPTURED_V3]: {{<relref "/doc/project/checklist.md#design-deltas-captured-v3" >}} |
| 230 | [ALL_TODOS_RESOLVED]: {{<relref "/doc/project/checklist.md#all-todos-resolved" >}} |
| 231 | [X_PROP_ANALYSIS_COMPLETED]: {{<relref "/doc/project/checklist.md#x-prop-analysis-completed" >}} |
| 232 | [FPV_ASSERTIONS_PROVEN_AT_V3]: {{<relref "/doc/project/checklist.md#fpv-assertions-proven-at-v3" >}} |
| 233 | [SIM_NIGHTLY_REGRESSION_AT_V3]: {{<relref "/doc/project/checklist.md#sim-nightly-regression-at-v3" >}} |
| 234 | [SIM_CODE_COVERAGE_AT_100]: {{<relref "/doc/project/checklist.md#sim-code-coverage-at-100" >}} |
| 235 | [SIM_FUNCTIONAL_COVERAGE_AT_100]:{{<relref "/doc/project/checklist.md#sim-functional-coverage-at-100" >}} |
| 236 | [FPV_CODE_COVERAGE_AT_100]: {{<relref "/doc/project/checklist.md#fpv-code-coverage-at-100" >}} |
| 237 | [FPV_COI_COVERAGE_AT_100]: {{<relref "/doc/project/checklist.md#fpv-coi-coverage-at-100" >}} |
| 238 | [NO_ISSUES_PENDING]: {{<relref "/doc/project/checklist.md#no-issues-pending" >}} |
| 239 | [NO_TOOL_WARNINGS_THROWN]: {{<relref "/doc/project/checklist.md#no-tool-warnings-thrown" >}} |
| 240 | [PRE_VERIFIED_SUB_MODULES_V3]: {{<relref "/doc/project/checklist.md#pre-verified-sub-modules-v3" >}} |