Skip to content

Commit

Permalink
Merge pull request #365 from riscv-boom/no-ecc
Browse files Browse the repository at this point in the history
Remove the ECC Config
  • Loading branch information
abejgonzalez committed Aug 3, 2019
2 parents e79ee8c + 7eee89f commit 9661641
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/scala/common/configs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ class MegaBoomConfig extends Config(
new freechips.rocketchip.system.BaseConfig)

// Assorted configs
class MegaBoomECCConfig extends Config(
new WithL1IECC("parity", "parity") ++
new WithL1DECC("identity", "parity") ++
new MegaBoomConfig)

// RV64IMAC
class SmallIntBoomConfig extends Config(
Expand Down

0 comments on commit 9661641

Please sign in to comment.