Skip to content

Commit e329d44

Browse files
committed
tb: Disable ECC hardware
1 parent a72a3e7 commit e329d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tb/pulp_cluster_tb.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ module pulp_cluster_tb;
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)