| // 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 masked version of KMAC | |
| { | |
| // Name of the sim cfg variant | |
| variant: kmac_masked | |
| // 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: ["enable_mask_mode"] | |
| } |