[dv] Coverage flow fixes

This commit is contained in:
Greg Chadwick 2022-11-17 19:23:31 +00:00 committed by Michael Schaffner
parent e2f9fed856
commit 2de84f6128
2 changed files with 2 additions and 2 deletions

View file

@ -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()')

View file

@ -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
}