| // Copyright lowRISC contributors. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| { |
| name: spid_status |
| dut: spid_status |
| tb: spid_status_tb |
| tool: vcs |
| fusesoc_core: lowrisc:dv:spid_status_sim:0.1 |
| import_cfgs: ["{proj_root}/hw/dv/tools/dvsim/common_sim_cfg.hjson"] |
| reseed: 1 |
| |
| build_modes: [ |
| { |
| name: spid_status_locality_1 |
| build_opts: [] |
| } |
| ] |
| |
| tests: [ |
| { |
| name: spid_status_smoke |
| //build_mode: spid_status_locality_1 |
| } |
| ] |
| |
| regressions: [ |
| { |
| name: smoke |
| tests: ["spid_status_smoke"] |
| } |
| { |
| name: nightly |
| tests: ["spid_status_smoke"] |
| } |
| ] |
| } |