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

@ -115,7 +115,7 @@ class NastiConverterTest(implicit p: Parameters) extends GroundTest()(p)
val test = Module(new NastiGenerator(genId))
val converter = Module(new TileLinkIONastiIOConverter()(
p.alterPartial { case TLId => "MCtoEdge" }))
p.alterPartial { case TLId => "EdgetoSlave" }))
converter.io.nasti <> test.io.mem
TileLinkWidthAdapter(io.mem.head, converter.io.tl)