Fix asyncqueue depth in ChipLikeRocketConfig

This commit is contained in:
Jerry Zhao
2023-08-15 15:29:04 -07:00
parent c745cbc064
commit 453903dbc7

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
//==================================