add WidthAdapter from AXI slave to Coreplex TL slave
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user