Skip to content

Commit bdb912d

Browse files
committed
Add missing reset aggregator in SoC config
1 parent 7eb488b commit bdb912d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

chipyard/RadianceConfigs.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ class RadianceMuonConfig extends Config(
148148
new WithRadianceCluster(0, smemConfig = TapeoutSmemConfig, l1Config = L1CacheConfig) ++
149149
new WithExtGPUMem() ++
150150
new freechips.rocketchip.rocket.WithCFlushEnabled ++
151+
new WithGPUResetAggregator(defaultReset = false) ++
151152
new RadianceBaseConfig
152153
)
153154

@@ -156,6 +157,7 @@ class RadianceCyclotronConfig extends Config(
156157
new WithRadianceCluster(0, smemConfig = TapeoutSmemConfig, l1Config = L1CacheConfig) ++
157158
new WithExtGPUMem() ++
158159
new freechips.rocketchip.rocket.WithCFlushEnabled ++
160+
new WithGPUResetAggregator(defaultReset = false) ++
159161
new RadianceBaseConfig
160162
)
161163

0 commit comments

Comments
 (0)