mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[dv] Add missing entries to ibex_dv.f
Oddly, changing how we do paths (in the next commit) caused the build to fail without them. I don't understand why it worked before!
This commit is contained in:
parent
903d895750
commit
7fd03d4406
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,7 @@ ${PRJ_DIR}/rtl/ibex_top_tracing.sv
|
|||
// Core DV files
|
||||
${PRJ_DIR}/vendor/google_riscv-dv/src/riscv_signature_pkg.sv
|
||||
+incdir+${PRJ_DIR}/dv/uvm/core_ibex/env
|
||||
+incdir+${PRJ_DIR}/dv/uvm/core_ibex/fcov
|
||||
+incdir+${PRJ_DIR}/dv/uvm/core_ibex/tests
|
||||
+incdir+${PRJ_DIR}/dv/uvm/core_ibex/common/ibex_mem_intf_agent
|
||||
+incdir+${PRJ_DIR}/dv/uvm/core_ibex/common/irq_agent
|
||||
|
@ -132,4 +133,5 @@ ${PRJ_DIR}/dv/uvm/core_ibex/tests/core_ibex_test_pkg.sv
|
|||
${PRJ_DIR}/dv/uvm/core_ibex/fcov/core_ibex_fcov_if.sv
|
||||
${PRJ_DIR}/dv/uvm/core_ibex/fcov/core_ibex_pmp_fcov_if.sv
|
||||
${PRJ_DIR}/dv/uvm/core_ibex/fcov/core_ibex_fcov_bind.sv
|
||||
${PRJ_DIR}/dv/uvm/core_ibex/fcov/core_ibex_pmp_fcov_if.sv
|
||||
${PRJ_DIR}/dv/uvm/core_ibex/tb/core_ibex_tb_top.sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue