soc/SoCBusHandler: Set default _interconnect to None.

This commit is contained in:
Florent Kermarrec 2022-10-31 09:40:36 +01:00
parent c71db5159b
commit cd2805b422
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ class SoCBusHandler(LiteXModule):
"axi" : axi.AXICrossbar,
}[self.standard]
self._interconnect = None
if len(self.masters) and len(self.slaves):
# If 1 bus_master, 1 bus_slave and no address translation, use InterconnectPointToPoint.
if ((len(self.masters) == 1) and