// Copyright lowRISC contributors. | |
// Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
// SPDX-License-Identifier: Apache-2.0 | |
{ | |
tests: [ | |
{ | |
name: "{name}_tl_errors" | |
uvm_test_seq: "{name}_common_vseq" | |
run_opts: ["+run_tl_errors"] | |
reseed: 20 | |
} | |
] | |
} |