| // Copyright 2022 Google LLC. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| |
| { |
| name: "ml_top" |
| // 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/intr_test_testplan.hjson", |
| "hw/dv/tools/dvsim/testplans/tl_device_access_types_testplan.hjson"] |
| entries: [ |
| { |
| name: smoke |
| desc: ''' |
| Smoke test accessing a major datapath within the ml_top. |
| |
| **Stimulus**: |
| - TBD |
| |
| **Checks**: |
| - TBD |
| ''' |
| milestone: V1 |
| tests: ["ml_top_smoke"] |
| } |
| { |
| name: feature1 |
| desc: '''Add more test entries here like above.''' |
| milestone: V1 |
| tests: [] |
| } |
| ] |
| } |