| // Copyright lowRISC contributors. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| // xbar_${xbar.name}_sim_cfg.hjson file generated by `tlgen.py` tool |
| // Top level dut name (sv module). |
| testplan: "{proj_root}/${xbar.ip_path}/data/autogen/{dut}_testplan.hjson" |
| // Add xbar_${xbar.name} specific exclusion files. |
| vcs_cov_excl_files: ["{proj_root}/${xbar.ip_path}/dv/cov/xbar_cov_excl.el"] |
| // Import additional common sim cfg files. |
| import_cfgs: [// xbar common sim cfg file |
| "{proj_root}/hw/ip/tlul/generic_dv/xbar_sim_cfg.hjson"] |