From 2739bc06bff7433ee5ddffdda54abffa0d6f3a35 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Fri, 26 May 2023 09:34:44 -0700 Subject: [PATCH] Fix comment in ChipConfigs --- generators/chipyard/src/main/scala/config/ChipConfigs.scala | 4 ++-- generators/testchipip | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/generators/chipyard/src/main/scala/config/ChipConfigs.scala b/generators/chipyard/src/main/scala/config/ChipConfigs.scala index e4acefd5ab..b210a9877b 100644 --- a/generators/chipyard/src/main/scala/config/ChipConfigs.scala +++ b/generators/chipyard/src/main/scala/config/ChipConfigs.scala @@ -65,8 +65,8 @@ class ChipBringupHostConfig extends Config( //============================ // Setup bus topology on the bringup system //============================ - new testchipip.WithOffchipBusClient(SBUS, // offchip bus hans off the SBUS - blockRange = AddressSet.misaligned(0x80000000L, (BigInt(1) << 30) * 4)) ++ // offchip bus should not see the main memory of the testchip, since that can be accesses directly through this system + new testchipip.WithOffchipBusClient(SBUS, // offchip bus hangs off the SBUS + blockRange = AddressSet.misaligned(0x80000000L, (BigInt(1) << 30) * 4)) ++ // offchip bus should not see the main memory of the testchip, since that can be accessed directly new testchipip.WithOffchipBus ++ // offchip bus //============================= diff --git a/generators/testchipip b/generators/testchipip index 3ecea8610d..456223c916 160000 --- a/generators/testchipip +++ b/generators/testchipip @@ -1 +1 @@ -Subproject commit 3ecea8610d1d9d7dedbf30bebe645e624f5d28d6 +Subproject commit 456223c9164596f7c57e114b69b2584e0dcf2901