Add fixes | Bump to 256b SBUS

This commit is contained in:
abejgonzalez
2023-11-02 17:09:00 -07:00
parent 672392360e
commit 0c1ca5750e
5 changed files with 51 additions and 25 deletions

View File

@@ -60,5 +60,5 @@ class HwachaLargeBoomConfig extends Config(
class AES256ECBRocketConfig extends Config(
new aes.WithAES256ECBAccel ++ // use Caliptra AES 256 ECB accelerator
new freechips.rocketchip.subsystem.WithNBigCores(1) ++
new chipyard.config.WithSystemBusWidth(128) ++
new chipyard.config.WithSystemBusWidth(256) ++
new chipyard.config.AbstractConfig)