projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aedc964
)
mac: fix missing core csr generation
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 16 Feb 2015 13:44:36 +0000
(14:44 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 16 Feb 2015 13:44:36 +0000
(14:44 +0100)
liteeth/mac/__init__.py
patch
|
blob
|
history
diff --git
a/liteeth/mac/__init__.py
b/liteeth/mac/__init__.py
index 5e88646bd1951de291c0351431a9d699166833fc..1517b7bd0d7b9621b4d92d37cd2093d577f21711 100644
(file)
--- a/
liteeth/mac/__init__.py
+++ b/
liteeth/mac/__init__.py
@@
-23,7
+23,7
@@
class LiteEthMAC(Module, AutoCSR):
self.submodules.interface = LiteEthMACWishboneInterface(dw, 2, 2)
self.comb += Port.connect(self.interface, self.core)
self.ev, self.bus = self.interface.sram.ev, self.interface.bus
- self.csrs = self.interface.get_csrs()
+ self.csrs = self.interface.get_csrs()
+ self.core.get_csrs()
elif interface == "dma":
raise NotImplementedError
else: