| // Copyright lowRISC contributors. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| { |
| name: "chip" |
| import_testplans: ["hw/dv/tools/testplans/csr_testplan.hjson", |
| "hw/dv/tools/testplans/shadow_reg_errors_testplan.hjson", |
| "hw/dv/tools/testplans/mem_testplan.hjson", |
| "hw/dv/tools/testplans/tl_device_access_types_testplan.hjson", |
| "hw/ip/tlul/data/tlul_testplan.hjson"] |
| entries: [ |
| { |
| name: sanity |
| desc: ''' Basic hello world type test. |
| ''' |
| milestone: V1 |
| tests: ["chip_sanity"] |
| } |
| ] |
| } |