Skip to content

Commit 73b6d11

Browse files
committed
Bump rocket-chip
1 parent 8d11040 commit 73b6d11

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

generators/chipyard/src/main/scala/config/SaturnConfigs.scala

Lines changed: 12 additions & 0 deletions
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) ++

generators/rocket-chip

generators/saturn

Submodule saturn updated 155 files

0 commit comments

Comments
 (0)