coreplex: fix TL MMIO port example
This commit is contained in:
parent
206892899f
commit
f749e986cf
@ -195,7 +195,7 @@ trait HasMasterTLMMIOPortBundle {
|
|||||||
trait HasMasterTLMMIOPortModuleImp extends LazyModuleImp with HasMasterTLMMIOPortBundle {
|
trait HasMasterTLMMIOPortModuleImp extends LazyModuleImp with HasMasterTLMMIOPortBundle {
|
||||||
val outer: HasMasterTLMMIOPort
|
val outer: HasMasterTLMMIOPort
|
||||||
val mmio_tl = IO(HeterogeneousBag.fromNode(outer.mmio_tl.in))
|
val mmio_tl = IO(HeterogeneousBag.fromNode(outer.mmio_tl.in))
|
||||||
(mmio_tl zip outer.mmio_tl.out) foreach { case (i, (o, _)) => i <> o }
|
(mmio_tl zip outer.mmio_tl.in) foreach { case (i, (o, _)) => i <> o }
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Adds an TL port to the system intended to be a slave on an MMIO device bus.
|
/** Adds an TL port to the system intended to be a slave on an MMIO device bus.
|
||||||
|
Loading…
Reference in New Issue
Block a user