Skip to content

Commit

Permalink
Add reliability to icache L0
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog authored and Yvan Tortorella committed Jun 27, 2024
1 parent 7ccc1d0 commit e9c2b21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages:
dependencies:
- common_cells
cluster_icache:
revision: 4cffcf37724704ab27d483338804a1981f5c4497
revision: 8114ab36fd446f76cd1e9f139f12a62ab1fb9a6a
version: null
source:
Git: https://github.com/pulp-platform/cluster_icache.git
Expand Down
1 change: 0 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
event_unit_flex: { git: "https://github.com/pulp-platform/event_unit_flex.git", rev: 28e0499374117c7b0ef4c6ad81b60d7526af886f } # branch: michaero/hmr
mchan: { git: "https://github.com/pulp-platform/mchan.git", rev: 7f064f205a3e0203e959b14773c4afecf56681ab } # branch: yt/fix-parametrization
idma: { git: "https://github.com/pulp-platform/iDMA.git", rev: 437ffa9dac5dea0daccfd3e8ae604d4f6ae2cdf1 } # branch: master
cluster_icache: { git: "https://github.com/pulp-platform/cluster_icache.git", rev: "4cffcf37724704ab27d483338804a1981f5c4497" } # branch: astral-synth
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: "2886cb2a46cea3e2bd2d979b505d88fadfbe150c" } # branch: astral
cluster_peripherals: { git: "https://github.com/pulp-platform/cluster_peripherals.git", rev: 0b8e8ab } # branch: fc/hci-v2
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.3 }
Expand Down
1 change: 1 addition & 0 deletions rtl/pulp_cluster.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@ endgenerate
.LINE_COUNT ( Cfg.iCacheSharedSize*8/256/Cfg.iCacheNumWays ),
.SET_COUNT ( Cfg.iCacheNumWays ),
.L1DataParityWidth ( 8 ),
.L0DataParityWidth ( 8 ),
.FetchAddrWidth ( AddrWidth ),
.FetchDataWidth ( Cfg.iCachePrivateDataWidth ),
.AxiAddrWidth ( AddrWidth ),
Expand Down

0 comments on commit e9c2b21

Please sign in to comment.