Skip to content

Commit

Permalink
Fix comment in ChipConfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed May 26, 2023
1 parent 1713536 commit 2739bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions generators/chipyard/src/main/scala/config/ChipConfigs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

//=============================
Expand Down
2 changes: 1 addition & 1 deletion generators/testchipip

0 comments on commit 2739bc0

Please sign in to comment.