Skip to content

Commit

Permalink
Merge pull request ucb-bar#1576 from ucb-bar/rocket-async
Browse files Browse the repository at this point in the history
Fix asyncqueue depth in ChipLikeRocketConfig
  • Loading branch information
jerryz123 authored Aug 16, 2023
2 parents c9ed050 + 453903d commit ed96a11
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 ed96a11

Please sign in to comment.