Skip to content

Commit

Permalink
Fix asyncqueue depth in ChipLikeRocketConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Aug 15, 2023
1 parent c745cbc commit 453903d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

//==================================
Expand Down

0 comments on commit 453903d

Please sign in to comment.