mac: fix typo
This commit is contained in:
parent
2b6d4ee51b
commit
004e3f59d7
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue