blob: ac840188deb2fa7e6c512b2ec841b75b7bff1036 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// sim cfg file for the unmasked version of KMAc
{
// Name of the sim cfg variant
variant: kmac_unmasked
// Import additional common sim cfg files.
import_cfgs: ["{proj_root}/hw/ip/kmac/dv/kmac_base_sim_cfg.hjson"]
// Enable this build mode for all tests
en_build_modes: ["disable_mask_mode"]
// exclusion files
vcs_cov_excl_files: ["{proj_root}/hw/ip/kmac/dv/cov/kmac_unmasked_unr_excl.el"]
}