Skip to content

Commit

Permalink
submodule(CoupledL2): bump CoupledL2 (#4140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxpicca-Li authored Jan 7, 2025
1 parent da51a7a commit 77733a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/xiangshan/L2Top.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import coupledL2.{L2ParamKey, EnableCHI}
import coupledL2.tl2tl.TL2TLCoupledL2
import coupledL2.tl2chi.{TL2CHICoupledL2, PortIO, CHIIssue}
import huancun.BankBitsKey
import system.{HasSoCParameter, SoCParamsKey}
import system.HasSoCParameter
import top.BusPerfMonitor
import utility._
import xiangshan.cache.mmu.TlbRequestIO
Expand Down Expand Up @@ -105,7 +105,6 @@ class L2TopInlined()(implicit p: Parameters) extends LazyModule
val config = new Config((_, _, _) => {
case L2ParamKey => coreParams.L2CacheParamsOpt.get.copy(
hartId = p(XSCoreParamsKey).HartId,
PmemRanges = p(SoCParamsKey).PmemRanges,
FPGAPlatform = debugOpts.FPGAPlatform
)
case EnableCHI => p(EnableCHI)
Expand Down

0 comments on commit 77733a7

Please sign in to comment.