Skip to content

Commit e953976

Browse files
committed
tb: Disable ECC and HMR
1 parent 10d1444 commit e953976

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tb/pulp_cluster_tb.sv

Lines changed: 9 additions & 9 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,
401-
HMRInterleaveGrps: 1,
402-
HMREnableRapidRecovery: 1,
403-
HMRSeparateDataVoters: 1,
401+
HMRInterleaveGrps: 0,
402+
HMREnableRapidRecovery: 0,
403+
HMRSeparateDataVoters: 0,
404404
HMRSeparateAxiBus: 0,
405-
HMRNumBusVoters: 1,
406-
EnableECC: 1,
407-
ECCInterco: 1,
405+
HMRNumBusVoters: 0,
406+
EnableECC: 0,
407+
ECCInterco: 0,
408408
iCacheNumBanks: 2,
409409
iCacheNumLines: 1,
410410
iCacheNumWays: 4,

0 commit comments

Comments
 (0)