diff --git a/Bender.lock b/Bender.lock index bb0ff63..91a9ec1 100644 --- a/Bender.lock +++ b/Bender.lock @@ -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 diff --git a/Bender.yml b/Bender.yml index f1141f9..8f1a98a 100644 --- a/Bender.yml +++ b/Bender.yml @@ -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 } diff --git a/rtl/pulp_cluster.sv b/rtl/pulp_cluster.sv index a422090..2270df0 100644 --- a/rtl/pulp_cluster.sv +++ b/rtl/pulp_cluster.sv @@ -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 ),