Skip to content

Commit

Permalink
fix(Soc, CoupledL2): correct port width of CHI Issue C (OpenXiangShan…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma-YX authored Feb 19, 2025
1 parent 075d493 commit aad6182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/scala/system/SoC.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ case class SoCParameters
XSTopPrefix: Option[String] = None,
NodeIDWidthList: Map[String, Int] = Map(
"B" -> 7,
"C" -> 7,
"C" -> 9,
"E.b" -> 11
),
NumHart: Int = 64,
Expand Down

0 comments on commit aad6182

Please sign in to comment.