Skip to content

Commit d41ca84

Browse files
committed
tb,bender: Disable ECC and HMR + bump to Neureka without hardcoded ECC
1 parent 1e0eb0b commit d41ca84

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Bender.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,14 @@ packages:
198198
dependencies:
199199
- common_cells
200200
neureka:
201-
revision: f23d22a2d630cf8e4d524c919bfd943ab9e4998d
201+
revision: ff7090eb3738a5192af0f4e1499e4ed44a3041e5
202202
version: null
203203
source:
204204
Git: https://github.com/pulp-platform/neureka.git
205205
dependencies:
206206
- hci
207207
- hwpe-ctrl
208208
- hwpe-stream
209-
- register_interface
210209
- zeroriscy
211210
obi:
212211
revision: c2141a653c755461ff44f61d12aeb5d99fc8e760

Bender.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.4 }
3535
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: astral-v1.0 }
3636
redmule: { git: "https://github.com/pulp-platform/redmule.git", rev: astral-v1.0 }
37-
neureka: { git: "https://github.com/pulp-platform/neureka.git", rev: astral-v1.0 }
37+
neureka: { git: "https://github.com/pulp-platform/neureka.git", rev: ff7090eb3738a5192af0f4e1499e4ed44a3041e5 } # branch: main
3838
softex: { git: "https://github.com/belanoa/softex.git" , rev: astral-v1.0 }
3939
obi: { git: "https://github.com/pulp-platform/obi.git", rev: v0.1.3 }
4040

tb/pulp_cluster_tb.sv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,18 +393,18 @@ module pulp_cluster_tb;
393393
HwpePresent: 1,
394394
HwpeCfg: '{NumHwpes: 1, HwpeList: {NEUREKA}},
395395
HwpeNumPorts: 9,
396-
HMRPresent: 1,
397-
HMRDmrEnabled: 1,
398-
HMRTmrEnabled: 1,
396+
HMRPresent: 0,
397+
HMRDmrEnabled: 0,
398+
HMRTmrEnabled: 0,
399399
HMRDmrFIxed: 0,
400400
HMRTmrFIxed: 0,
401401
HMRInterleaveGrps: 1,
402402
HMREnableRapidRecovery: 1,
403403
HMRSeparateDataVoters: 1,
404404
HMRSeparateAxiBus: 0,
405405
HMRNumBusVoters: 1,
406-
EnableECC: 1,
407-
ECCInterco: 1,
406+
EnableECC: 0,
407+
ECCInterco: 0,
408408
iCacheNumBanks: 2,
409409
iCacheNumLines: 1,
410410
iCacheNumWays: 4,

0 commit comments

Comments
 (0)