Skip to content

Commit

Permalink
[FIXUP] Bender fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Sep 25, 2024
1 parent 6d135d5 commit a71a029
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ sources:
files:
- core/include/cv64a6_imafdc_sv39_config_pkg.sv

- target: cv64a6_imafdc_sv39_hpdcache
files:
- core/include/cv64a6_imafdc_sv39_hpdcache_config_pkg.sv

- target: cv64a6_imafdc_sv39_wb
files:
- core/include/cv64a6_imafdc_sv39_wb_config_pkg.sv
Expand Down Expand Up @@ -67,7 +71,7 @@ sources:
- core/cva6_accel_first_pass_decoder_stub.sv

# MMU
- 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)
- target: any(cv64a6_imafdcv_sv39, cv64a6_imafdc_sv39, cv64a6_imafdc_sv39_hpdcache, 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
Expand Down Expand Up @@ -206,7 +210,7 @@ sources:
- core/pmp/src/pmp_entry.sv

# FPGA support stubs: these should never be instantiated (and will throw assertions)
- vendor/pulp-platform/fpga-support/rtl/fpga-support-stubs.sv
- vendor/pulp-platform/fpga-support/fpga-support-stubs.sv

# SRAM Wrappers stay tech-independent; we leave technology mapping to tc_sram
- common/local/util/tc_sram_wrapper.sv
Expand Down

0 comments on commit a71a029

Please sign in to comment.