projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b702884
)
ethmac/last_be: remove fake signal (fixed in Migen)
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Fri, 21 Nov 2014 12:07:04 +0000
(13:07 +0100)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 21 Nov 2014 22:48:17 +0000
(14:48 -0800)
misoclib/ethmac/last_be.py
patch
|
blob
|
history
diff --git
a/misoclib/ethmac/last_be.py
b/misoclib/ethmac/last_be.py
index 80d194f0c4939b07e436444b501d8f03c68b00a0..da55faee17e005ea71e14990b0d220158b671ce1 100644
(file)
--- a/
misoclib/ethmac/last_be.py
+++ b/
misoclib/ethmac/last_be.py
@@
-33,9
+33,6
@@
class RXLastBE(Module):
###
- # TODO/FIXME
- fake = Signal() # to use RenameClockDomain
- self.sync += fake.eq(1)
self.comb += [
Record.connect(self.sink, self.source),
self.source.last_be.eq(self.sink.eop)