Skip to content

Commit

Permalink
fix(trace): decrease TraceGroupNum
Browse files Browse the repository at this point in the history
  • Loading branch information
wissygh committed Nov 7, 2024
1 parent cb12b51 commit a211f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/xiangshan/Parameters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ case class XSCoreParameters
val traceParams: TraceParams = new TraceParams(
HasEncoder = true,
TraceEnable = true,
TraceGroupNum = 3,
TraceGroupNum = 2,
IaddrWidth = GPAddrBitsSv48x4,
PrivWidth = 3,
ItypeWidth = 4,
Expand Down

0 comments on commit a211f8b

Please sign in to comment.