From 59b0994620df1d83f686c9096e5ce7afe063679f Mon Sep 17 00:00:00 2001 From: Richard Yan Date: Mon, 11 Sep 2023 14:06:50 -0700 Subject: [PATCH] bump rocket and update config --- generators/chipyard/src/main/scala/config/RocketConfigs.scala | 2 +- generators/rocket-chip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generators/chipyard/src/main/scala/config/RocketConfigs.scala b/generators/chipyard/src/main/scala/config/RocketConfigs.scala index 6cb94317..27c93394 100644 --- a/generators/chipyard/src/main/scala/config/RocketConfigs.scala +++ b/generators/chipyard/src/main/scala/config/RocketConfigs.scala @@ -13,7 +13,7 @@ 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.WithIncoherentBusTopology ++ new freechips.rocketchip.subsystem.WithNoMemPort ++ new testchipip.WithSbusScratchpad(banks=2) ++ // new testchipip.WithMbusScratchpad(banks=2) ++ diff --git a/generators/rocket-chip b/generators/rocket-chip index c0899777..fdbcb6c6 160000 --- a/generators/rocket-chip +++ b/generators/rocket-chip @@ -1 +1 @@ -Subproject commit c0899777d2d6433d1fd140fa9455e2e52f6576c0 +Subproject commit fdbcb6c64b2648959a3af1df7c1b6cea00f41477