bump rocket-chip and add memory to radiance config
This commit is contained in:
@@ -13,6 +13,10 @@ class RocketConfig extends Config(
|
|||||||
|
|
||||||
class RadianceConfig extends Config(
|
class RadianceConfig extends Config(
|
||||||
new freechips.rocketchip.subsystem.WithRadianceCores() ++
|
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)
|
new chipyard.config.AbstractConfig)
|
||||||
|
|
||||||
class TinyRocketConfig extends Config(
|
class TinyRocketConfig extends Config(
|
||||||
|
|||||||
Submodule generators/rocket-chip updated: 7e15db0f00...c0899777d2
Reference in New Issue
Block a user