Skip to content

Commit 3e95d93

Browse files
authored
Merge pull request #2183 from ucb-bar/bumprc
Bump rocket-chip
2 parents 7df5f52 + 1a3da2a commit 3e95d93

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Diff for: generators/ara

Diff for: generators/chipyard/src/main/scala/config/SaturnConfigs.scala

+12
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ class REFV256D128RocketConfig extends Config(
3636
new freechips.rocketchip.rocket.WithNHugeCores(1) ++
3737
new chipyard.config.AbstractConfig)
3838

39+
class REFV256D128M64RocketConfig extends Config(
40+
new saturn.rocket.WithRocketVectorUnit(256, 128, VectorParams.refParams, mLen = Some(64)) ++
41+
new freechips.rocketchip.rocket.WithNHugeCores(1) ++
42+
new chipyard.config.AbstractConfig)
43+
3944
class REFV512D128RocketConfig extends Config(
4045
new saturn.rocket.WithRocketVectorUnit(512, 128, VectorParams.refParams) ++
4146
new chipyard.config.WithSystemBusWidth(128) ++
@@ -133,6 +138,13 @@ class REFV256D256ShuttleConfig extends Config(
133138
new shuttle.common.WithNShuttleCores(1) ++
134139
new chipyard.config.AbstractConfig)
135140

141+
class REFV512D256M128ShuttleConfig extends Config(
142+
new saturn.shuttle.WithShuttleVectorUnit(512, 256, VectorParams.refParams, mLen = Some(128)) ++
143+
new chipyard.config.WithSystemBusWidth(128) ++
144+
new shuttle.common.WithShuttleTileBeatBytes(16) ++
145+
new shuttle.common.WithNShuttleCores(1) ++
146+
new chipyard.config.AbstractConfig)
147+
136148
class REFV512D256ShuttleConfig extends Config(
137149
new saturn.shuttle.WithShuttleVectorUnit(512, 256, VectorParams.refParams) ++
138150
new chipyard.config.WithSystemBusWidth(256) ++

Diff for: generators/rocket-chip

Diff for: generators/saturn

Submodule saturn updated 155 files

0 commit comments

Comments
 (0)