1
0

add WidthAdapter from AXI slave to Coreplex TL slave

This commit is contained in:
Howard Mao
2016-09-27 12:07:02 -07:00
committed by Henry Cook
parent 7d6fb950b6
commit 71a9c78e4b
3 changed files with 8 additions and 6 deletions

View File

@ -39,6 +39,8 @@ class BasePlatformConfig extends Config(
addrBits = Dump("MEM_ADDR_BITS", site(PAddrBits)),
idBits = Dump("MEM_ID_BITS", site(MIFTagBits)))
}
case TLKey("EdgetoSlave") =>
site(TLKey("L1toL2")).copy(dataBeats = site(MIFDataBeats))
case TLKey("MCtoEdge") =>
site(TLKey("L2toMC")).copy(dataBeats = site(MIFDataBeats))
case TLKey("MMIOtoEdge") =>