Skip to content

Commit

Permalink
tb: Disable ECC and HMR
Browse files Browse the repository at this point in the history
  • Loading branch information
sermazz committed Feb 18, 2025
1 parent edc05c0 commit 0b4d3c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tb/pulp_cluster_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -393,18 +393,18 @@ module pulp_cluster_tb;
HwpePresent: 1,
HwpeCfg: '{NumHwpes: 1, HwpeList: {NEUREKA}},
HwpeNumPorts: 9,
HMRPresent: 1,
HMRDmrEnabled: 1,
HMRTmrEnabled: 1,
HMRPresent: 0,
HMRDmrEnabled: 0,
HMRTmrEnabled: 0,
HMRDmrFIxed: 0,
HMRTmrFIxed: 0,
HMRInterleaveGrps: 1,
HMREnableRapidRecovery: 1,
HMRSeparateDataVoters: 1,
HMRInterleaveGrps: 0,
HMREnableRapidRecovery: 0,
HMRSeparateDataVoters: 0,
HMRSeparateAxiBus: 0,
HMRNumBusVoters: 1,
EnableECC: 1,
ECCInterco: 1,
HMRNumBusVoters: 0,
EnableECC: 0,
ECCInterco: 0,
iCacheNumBanks: 2,
iCacheNumLines: 1,
iCacheNumWays: 4,
Expand Down

0 comments on commit 0b4d3c1

Please sign in to comment.