1
0

subsystem: more buswrapper methods

This commit is contained in:
Henry Cook
2018-02-21 14:40:26 -08:00
parent e237f72539
commit eaa908d44f
3 changed files with 32 additions and 5 deletions

View File

@ -52,7 +52,7 @@ trait HasMasterAXI4MemPort { this: BaseSubsystem =>
})
memBuses.map { m =>
mem_axi4 := m.toDRAMController(Some(portName)) {
mem_axi4 := m.toDRAMControllerPort(Some(portName)) {
(AXI4UserYanker() := AXI4IdIndexer(params.idBits) := TLToAXI4())
}
}