Skip to content

Commit

Permalink
Fix define for fpga and bump hier-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maicolciani committed Oct 7, 2024
1 parent 94fae1c commit 50abd14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", version: 1.1.1 }
event_unit_flex: { git: "https://github.com/pulp-platform/event_unit_flex.git", rev: "1.4.1" }
mchan: { git: "https://github.com/pulp-platform/mchan.git", version: 1.2.2 }
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: "1e94c16b8f3082af40cc7e579027dc485202c1d6" }
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: "c769de0410b635931a764d5f16db14265ca703cb" }
icache_mp_128_pf: { git: "https://github.com/pulp-platform/icache_mp_128_pf.git", rev: "6f2e54102001230db9c82432bf9e011842419a48" }
icache_private: { git: "https://github.com/AlSaqr-platform/icache_private.git", rev: "84436443d3a2dbad0b94a85c2c5cc8915632fd26" }
cluster_peripherals: { git: "https://github.com/pulp-platform/cluster_peripherals.git", version: 2.1.0 }
Expand Down Expand Up @@ -58,12 +58,12 @@ sources:
- rtl/cluster_peripherals.sv
- rtl/core_demux.sv
# Level 2
- target: rtl
- target: test
defines:
TRACE_EXECUTION: ~
files:
- rtl/core_region.sv
- target: not(rtl)
- target: not(test)
files:
- rtl/core_region.sv
# Level 3
Expand Down

0 comments on commit 50abd14

Please sign in to comment.