1
0

coreplex: fix TinyConfig

This commit is contained in:
Wesley W. Terpstra 2016-10-28 21:34:04 -07:00
parent ba529c3716
commit 841a31479a

View File

@ -53,7 +53,7 @@ trait CoreplexNetwork extends HasCoreplexParameters {
this: BareCoreplex =>
val l1tol2 = LazyModule(new TLXbar)
val l1tol2_beatBytes = p(rocketchip.EdgeDataBits)/8
val l1tol2_beatBytes = p(TLKey("L2toMMIO")).dataBitsPerBeat/8
val l1tol2_lineBytes = p(CacheBlockBytes)
val cbus = LazyModule(new TLXbar)