Skip to content

Commit

Permalink
area(intRegFile): change intRegFile splitNum to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeibao-xjtu committed Dec 16, 2024
1 parent 03567da commit 8cfebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/xiangshan/backend/datapath/DataPath.scala
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class DataPathImp(override val wrapper: DataPath)(implicit p: Parameters, params

io.diffVl.foreach(_ := vlDiffReadData.get)

IntRegFileSplit("IntRegFile", intSchdParams.numPregs, splitNum = 2, intRfRaddr, intRfRdata, intRfWen, intRfWaddr, intRfWdata,
IntRegFileSplit("IntRegFile", intSchdParams.numPregs, splitNum = 4, intRfRaddr, intRfRdata, intRfWen, intRfWaddr, intRfWdata,
bankNum = 1,
debugReadAddr = intDiffRead.map(_._1),
debugReadData = intDiffRead.map(_._2)
Expand Down

0 comments on commit 8cfebf3

Please sign in to comment.