blob: 458efbf1a7d53c6e318b8e1d94082047e0d4928d [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
# This auxiliary chip sim cfg specification focuses on chip level mask rom functional tests.
# Please see chip_sim_cfg.hjson for full setup details.
# Note: Please maintain alphabetical order.
tests: [
{
name: chip_mask_rom_keymgr_functest
uvm_test_seq: chip_sw_base_vseq
sw_images: ["sw/device/silicon_creator/testing/sw_silicon_creator_lib_driver_keymgr_functest:1"]
en_run_modes: ["sw_test_mode"]
run_opts: ["+sw_test_timeout_ns=5000000"]
}
]
regressions: [
{
name: mask_rom_functest
tests: ["chip_mask_rom_keymgr_functest"]
}
]
}