use correct parameters object for MMIO width adapter
This commit is contained in:
parent
201e247f73
commit
e36441a046
@ -213,7 +213,7 @@ trait PeripheryMasterMMIOModule extends HasPeripheryParameters {
|
|||||||
val pBus: TileLinkRecursiveInterconnect
|
val pBus: TileLinkRecursiveInterconnect
|
||||||
|
|
||||||
val mmio_ports = p(ExtMMIOPorts) map { port =>
|
val mmio_ports = p(ExtMMIOPorts) map { port =>
|
||||||
TileLinkWidthAdapter(pBus.port(port.name), outerMMIOParams)
|
TileLinkWidthAdapter(pBus.port(port.name), outermostMMIOParams)
|
||||||
}
|
}
|
||||||
|
|
||||||
val mmio_axi_start = 0
|
val mmio_axi_start = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user