| // Copyright lowRISC contributors. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| { |
| build_modes: [ |
| { |
| name: cover_reg_top |
| } |
| ] |
| |
| tests: [ |
| { |
| name: "{name}_tl_errors" |
| build_mode: "cover_reg_top" |
| uvm_test_seq: "{name}_common_vseq" |
| run_opts: ["+run_tl_errors"] |
| reseed: 20 |
| } |
| { |
| name: "{name}_tl_intg_err" |
| build_mode: "cover_reg_top" |
| uvm_test_seq: "{name}_common_vseq" |
| run_opts: ["+run_tl_intg_err", "+en_scb=0"] |
| // TODO, lower the reseed to avoid having many failed tests in regression as not all the IPs |
| // have the integrity alert connected |
| reseed: 1 |
| } |
| ] |
| } |