mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
[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 <nasahlpa@lowrisc.org>
This commit is contained in:
parent
21da9b3c7e
commit
957529c4bd
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue