| // 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: 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"] |
| |
| // exclusion files |
| vcs_cov_excl_files: ["{proj_root}/hw/ip/kmac/dv/cov/kmac_masked_terminal_st_excl.el"] |
| } |