mac: fix typo

This commit is contained in:
Arne Jansen 2022-12-08 18:11:01 +01:00
parent 2b6d4ee51b
commit 004e3f59d7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class LiteEthMACWishboneInterface(Module, AutoCSR):
# Wishbone SRAM interfaces for the reader SRAM (i.e. Ethernet TX). # Wishbone SRAM interfaces for the reader SRAM (i.e. Ethernet TX).
wb_tx_sram_ifs = [] wb_tx_sram_ifs = []
for n in range(nrxslots): for n in range(ntxslots):
wb_tx_sram_ifs.append(wishbone.SRAM( wb_tx_sram_ifs.append(wishbone.SRAM(
mem_or_size = self.sram.reader.mems[n], mem_or_size = self.sram.reader.mems[n],
read_only = False, read_only = False,