1
0

L2 rowBits param bugfix

This commit is contained in:
Henry Cook 2015-10-20 18:56:22 -07:00
parent 3fc630405b
commit 62765e9609

View File

@ -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