mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
[dv] Compile dv_assert.sv
before prim_util_pkg.sv
This is necessary because after the upcoming update of `lowrisc_ip`, `prim_util_pkg` will depend on `INC_ASSERT`, which is defined in `dv_assert.sv`. Signed-off-by: Andreas Kurth <adk@lowrisc.org>
This commit is contained in:
parent
ef43917dec
commit
46dad5edc1
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,9 @@
|
|||
// Until this list is generated by FuseSoC, we have to use manually generated
|
||||
// wrappers around the prim_* modules to instantiate the prim_generic_* ones,
|
||||
// see https://github.com/lowRISC/ibex/issues/893.
|
||||
+incdir+${LOWRISC_IP_DIR}/ip/prim/rtl
|
||||
${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_secded_pkg.sv
|
||||
${LOWRISC_IP_DIR}/ip/prim/rtl/prim_secded_22_16_dec.sv
|
||||
|
@ -45,8 +47,6 @@ ${LOWRISC_IP_DIR}/ip/prim_generic/rtl/prim_generic_flop.sv
|
|||
${PRJ_DIR}/dv/uvm/core_ibex/common/prim/prim_flop.sv
|
||||
|
||||
// Shared lowRISC code
|
||||
+incdir+${LOWRISC_IP_DIR}/ip/prim/rtl
|
||||
${LOWRISC_IP_DIR}/ip/prim/rtl/prim_assert.sv
|
||||
${LOWRISC_IP_DIR}/ip/prim/rtl/prim_cipher_pkg.sv
|
||||
${LOWRISC_IP_DIR}/ip/prim/rtl/prim_lfsr.sv
|
||||
${LOWRISC_IP_DIR}/ip/prim/rtl/prim_secded_inv_28_22_enc.sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue