From 3dc6cdc24605b2d8dcb4eae5708f4bc20c584b53 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Thu, 19 Dec 2024 18:20:59 +0100 Subject: [PATCH] bender: fix missing local file dependencies --- Bender.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Bender.yml b/Bender.yml index 5ef388dad7..4a7d7d5014 100644 --- a/Bender.yml +++ b/Bender.yml @@ -68,6 +68,7 @@ sources: - target: any(cv64a6_imafdcv_sv39, cv64a6_imafdc_sv39, cv64a6_imafdc_sv39_wb, cv64a6_imafdch_sv39, cv64a6_imafdch_sv39_wb, cv32a6_imac_sv0, cv32a6_imac_sv32, cv32a6_imafc_sv32) files: - core/cva6_mmu/cva6_tlb.sv + - core/cva6_mmu/cva6_shared_tlb.sv - core/cva6_mmu/cva6_mmu.sv - core/cva6_mmu/cva6_ptw.sv @@ -78,6 +79,8 @@ sources: # Extension Interface - core/cvxif_example/include/cvxif_instr_pkg.sv - core/cvxif_fu.sv + - core/cvxif_issue_register_commit_if_driver.sv + - core/cvxif_compressed_if_driver.sv - core/cvxif_example/cvxif_example_coprocessor.sv - core/cvxif_example/instr_decoder.sv @@ -95,6 +98,7 @@ sources: - core/csr_regfile.sv - core/decoder.sv - core/ex_stage.sv + - core/acc_dispatcher.sv - core/instr_realign.sv - core/id_stage.sv - core/issue_read_operands.sv @@ -142,6 +146,7 @@ sources: # Physical Memory Protection - core/pmp/src/pmp.sv - core/pmp/src/pmp_entry.sv + - core/pmp/src/pmp_data_if.sv - include_dirs: - common/local/util @@ -153,6 +158,7 @@ sources: - common/local/util files: - common/local/util/tc_sram_wrapper.sv + - common/local/util/sram_cache.sv - target: all(fpga, xilinx) include_dirs: