blob: fe9225f1891002147fd9e61a22d9a7d97c9aa9ab [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 AES without masking
{
// Name of the sim cfg variant
variant: unmasked
// Import the base sram_ctrl sim_cfg file
import_cfgs: ["{proj_root}/hw/ip/aes/dv/aes_base_sim_cfg.hjson"]
// Coverage exclusions
xcelium_cov_refine_files: ["{proj_root}/hw/ip/aes/dv/cov/refines/aes_UNR.vRefine",
"{proj_root}/hw/ip/aes/dv/cov/refines/aes_unmasked_UNR.vRefine"]
// Enable the appropriate build mode for all tests
en_build_modes: ["aes_unmasked"]
}