From 957529c4bd2e3dc9708b241aaf89e751209865b1 Mon Sep 17 00:00:00 2001 From: Pascal Nasahl Date: Tue, 28 May 2024 15:36:49 +0000 Subject: [PATCH] [dv] Add mubi and prim_count pkg to DV environment With the latest update in vendor/lowrisc_ip, two additional packages need to be imported. Signed-off-by: Pascal Nasahl --- dv/uvm/core_ibex/ibex_dv.f | 1 + ibex_core.core | 1 + 2 files changed, 2 insertions(+) diff --git a/dv/uvm/core_ibex/ibex_dv.f b/dv/uvm/core_ibex/ibex_dv.f index 07cd9f5571..c8ec489eb2 100644 --- a/dv/uvm/core_ibex/ibex_dv.f +++ b/dv/uvm/core_ibex/ibex_dv.f @@ -21,6 +21,7 @@ ${PRJ_DIR}/dv/uvm/core_ibex/common/prim/prim_pkg.sv ${LOWRISC_IP_DIR}/ip/prim/rtl/prim_assert.sv ${LOWRISC_IP_DIR}/ip/prim/rtl/prim_util_pkg.sv +${LOWRISC_IP_DIR}/ip/prim/rtl/prim_count_pkg.sv ${LOWRISC_IP_DIR}/ip/prim/rtl/prim_count.sv ${LOWRISC_IP_DIR}/ip/prim/rtl/prim_secded_pkg.sv ${LOWRISC_IP_DIR}/ip/prim/rtl/prim_secded_22_16_dec.sv diff --git a/ibex_core.core b/ibex_core.core index a9fd400b41..625a1f901f 100644 --- a/ibex_core.core +++ b/ibex_core.core @@ -11,6 +11,7 @@ filesets: - lowrisc:prim:assert - lowrisc:prim:clock_gating - lowrisc:prim:lfsr + - lowrisc:prim:mubi - lowrisc:ibex:ibex_pkg - lowrisc:ibex:ibex_icache - lowrisc:dv:dv_fcov_macros