| // Copyright lowRISC contributors. | |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
| // SPDX-License-Identifier: Apache-2.0 | |
| { | |
| name: "entropy_src" | |
| import_testplans: ["hw/dv/tools/testplans/csr_testplan.hjson", | |
| "hw/dv/tools/testplans/intr_test_testplan.hjson", | |
| "hw/dv/tools/testplans/tl_device_access_types_testplan.hjson"] | |
| entries: [ | |
| { | |
| name: sanity | |
| desc: '''Enable entropy_src. Verify entropy, status, interrupt bits.''' | |
| milestone: V1 | |
| tests: ["entropy_src_sanity"] | |
| } | |
| ] | |
| } |