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 8, 2024
1 parent cb12b51 commit 1e5e9d9
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 = 1,
IaddrWidth = GPAddrBitsSv48x4,
PrivWidth = 3,
ItypeWidth = 4,
Expand Down

0 comments on commit 1e5e9d9

Please sign in to comment.