# Pastebin 9yLulFub user_port = self.sdram.crossbar.get_port() axi_port = LiteDRAMAXIPort( user_port.data_width, user_port.address_width + log2_int(user_port.data_width//8), ) axi2native = LiteDRAMAXI2Native(axi_port, user_port) self.submodules += axi2native