mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
ethmac/last_be: remove fake signal (fixed in Migen)
This commit is contained in:
parent
b7028848b2
commit
5202f89db1
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue