L2 rowBits param bugfix
This commit is contained in:
parent
3fc630405b
commit
62765e9609
@ -193,7 +193,7 @@ class WithL2Cache extends ChiselConfig(
|
||||
site(NBanksPerMemoryChannel)*site(NMemoryChannels)) /
|
||||
site(NWays)
|
||||
case NWays => Knob("L2_WAYS")
|
||||
case RowBits => site(TLKey(site(TLId))).dataBits
|
||||
case RowBits => site(TLKey(site(TLId))).dataBitsPerBeat
|
||||
}: PartialFunction[Any,Any]
|
||||
case NAcquireTransactors => 2
|
||||
case NSecondaryMisses => 4
|
||||
|
Loading…
Reference in New Issue
Block a user