| // Copyright lowRISC contributors. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| { |
| name: "rv_dm" |
| // TODO: remove the common testplans if not applicable |
| import_testplans: ["hw/dv/tools/dvsim/testplans/csr_testplan.hjson", |
| "hw/dv/tools/dvsim/testplans/mem_testplan.hjson", |
| "hw/dv/tools/dvsim/testplans/alert_test_testplan.hjson", |
| "hw/dv/tools/dvsim/testplans/stress_all_with_reset_testplan.hjson", |
| "hw/dv/tools/dvsim/testplans/tl_device_access_types_testplan.hjson", |
| "rv_dm_sec_cm_testplan.hjson"] |
| testpoints: [ |
| { |
| name: smoke |
| desc: ''' |
| Smoke test accessing a major datapath within the rv_dm. |
| |
| **Stimulus**: |
| - TBD |
| |
| **Checks**: |
| - TBD |
| ''' |
| milestone: V1 |
| tests: ["rv_dm_smoke"] |
| } |
| { |
| name: feature1 |
| desc: '''Add more test entries here like above.''' |
| milestone: V1 |
| tests: [] |
| } |
| ] |
| |
| covergroups: [ |
| { |
| name: rv_dm_feature_cg |
| desc: '''Describe the functionality covered by this covergroup.''' |
| } |
| ] |
| } |