bump rocket-chip and add memory to radiance config

This commit is contained in:
Richard Yan
2023-09-09 01:56:17 -07:00
parent df4e812b7c
commit ee00fa11ab
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ class RocketConfig extends Config(
class RadianceConfig extends Config(
new freechips.rocketchip.subsystem.WithRadianceCores() ++
new freechips.rocketchip.subsystem.WithIncoherentBusTopology ++ // use incoherent bus topology
new freechips.rocketchip.subsystem.WithNoMemPort ++
new testchipip.WithSbusScratchpad(banks=2) ++
// new testchipip.WithMbusScratchpad(banks=2) ++
new chipyard.config.AbstractConfig)
class TinyRocketConfig extends Config(