diff --git a/generators/chipyard/src/main/scala/config/RocketConfigs.scala b/generators/chipyard/src/main/scala/config/RocketConfigs.scala index e61e5d03..b3772af9 100644 --- a/generators/chipyard/src/main/scala/config/RocketConfigs.scala +++ b/generators/chipyard/src/main/scala/config/RocketConfigs.scala @@ -11,6 +11,10 @@ class RocketConfig extends Config( new freechips.rocketchip.subsystem.WithNBigCores(1) ++ // single rocket-core new chipyard.config.AbstractConfig) +class RadianceConfig extends Config( + new freechips.rocketchip.subsystem.WithRadianceCores() ++ + new chipyard.config.AbstractConfig) + class TinyRocketConfig extends Config( new chipyard.iobinders.WithDontTouchIOBinders(false) ++ // TODO FIX: Don't dontTouch the ports new freechips.rocketchip.subsystem.WithIncoherentBusTopology ++ // use incoherent bus topology diff --git a/generators/rocket-chip b/generators/rocket-chip index 7ca98101..7e15db0f 160000 --- a/generators/rocket-chip +++ b/generators/rocket-chip @@ -1 +1 @@ -Subproject commit 7ca9810173a0ae78561d02f55f4c8c5a1aff8014 +Subproject commit 7e15db0f0019d5cf7c381b39a8fcbcffbd6e1d3e