Fix Sha3RocketConfig ordering

This commit is contained in:
Jerry Zhao 2019-09-16 15:54:32 -07:00
parent cfb14f26e4
commit 17f1387846
1 changed files with 1 additions and 1 deletions

View File

@ -103,10 +103,10 @@ class GB1MemoryRocketConfig extends Config(
new freechips.rocketchip.system.BaseConfig)
class Sha3RocketConfig extends Config(
new sha3.WithSha3Accel ++ // add SHA3 rocc accelerator
new WithTop ++
new WithBootROM ++
new freechips.rocketchip.subsystem.WithInclusiveCache ++
new sha3.WithSha3Accel ++ // add SHA3 rocc accelerator
new freechips.rocketchip.subsystem.WithNBigCores(1) ++
new freechips.rocketchip.system.BaseConfig)