Skip to content

Commit

Permalink
chore(MMUConst): raise time out threshold (#3549)
Browse files Browse the repository at this point in the history
With CHI enabled and CMN connected, a transaction may easily last over
10,000 cycles. This commit raises the time out threshold of PTW to
100,000 cycles.
  • Loading branch information
linjuanZ authored Sep 12, 2024
1 parent c8c4067 commit 3019ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/xiangshan/cache/mmu/MMUConst.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ trait HasTlbConst extends HasXSParameter {

val sramSinglePort = true

val timeOutThreshold = 10000
val timeOutThreshold = 100000

def noS2xlate = "b00".U
def allStage = "b11".U
Expand Down

0 comments on commit 3019ba8

Please sign in to comment.