diff --git a/dv/uvm/core_ibex/Makefile b/dv/uvm/core_ibex/Makefile index 43bfee20..cd847306 100644 --- a/dv/uvm/core_ibex/Makefile +++ b/dv/uvm/core_ibex/Makefile @@ -95,7 +95,7 @@ export LOWRISC_IP_DIR := $(realpath ${PRJ_DIR}/vendor/lowrisc_ip) # Needed for tcl files that are used with Cadence tools. export dv_root := $(realpath ../../../vendor/lowrisc_ip/dv) -export DUT_TOP := dut +export DUT_TOP := ibex_top # Setup the necessary paths for all python scripts to find all other relevant modules. PYTHONPATH := $(shell python3 -c 'from scripts.setup_imports import get_pythonpath; get_pythonpath()') diff --git a/dv/uvm/core_ibex/scripts/compile_tb.py b/dv/uvm/core_ibex/scripts/compile_tb.py index 72dd982f..6ea6be32 100755 --- a/dv/uvm/core_ibex/scripts/compile_tb.py +++ b/dv/uvm/core_ibex/scripts/compile_tb.py @@ -59,7 +59,7 @@ def _main() -> int: 'cmp_opts': get_compile_opts(md.ibex_config, md.simulator), 'dir_shared_cov': (md.dir_shared_cov if md.cov else ''), - 'xlm_cov_cfg_file': f"{md.ot_xcelium_cov_scripts}/common.ccf", + 'xlm_cov_cfg_file': f"{md.ot_xcelium_cov_scripts}/cover.ccf", 'dut_cov_rtl_path': md.dut_cov_rtl_path }