Merge pull request #1576 from ucb-bar/rocket-async

Fix asyncqueue depth in ChipLikeRocketConfig
This commit is contained in:
Jerry Zhao
2023-08-16 10:09:57 -07:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ class ChipLikeRocketConfig extends Config(
//==================================
// Set up tiles
//==================================
new freechips.rocketchip.subsystem.WithAsynchronousRocketTiles(3, 3) ++ // Add rational crossings between RocketTile and uncore
new freechips.rocketchip.subsystem.WithAsynchronousRocketTiles(8, 3) ++ // Add async crossings between RocketTile and uncore
new freechips.rocketchip.subsystem.WithNBigCores(1) ++ // 1 RocketTile
//==================================