// 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 with masking | |
{ | |
// Name of the sim cfg variant | |
variant: aes_masking | |
// Import the base sram_ctrl sim_cfg file | |
import_cfgs: ["{proj_root}/hw/ip/aes/dv/aes_base_sim_cfg.hjson"] | |
// Enable the appropriate build mode for all tests | |
en_build_modes: ["aes_masking"] | |
} |