Skip to content

Commit 727a04c

Browse files
authored
feat(mmioBridge): increase mmioBridgeSize to 16 for better NC perf (OpenXiangShan#475)
1 parent ef2deb5 commit 727a04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/coupledL2/L2Param.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ case class L2Param(
7878
* 2 for all except prefetch & !accessed
7979
* 3 for all
8080
*/
81-
mmioBridgeSize: Int = 8,
81+
mmioBridgeSize: Int = 16,
8282

8383
// Client
8484
echoField: Seq[BundleFieldBase] = Nil,

0 commit comments

Comments
 (0)