Merge branch 'master' of https://github.com/enjoy-digital/liteeth
This commit is contained in:
commit
edb51944d5
|
@ -256,7 +256,7 @@ class LiteEthMACCRCChecker(Module):
|
|||
source.payload.eq(fifo.source.payload),
|
||||
|
||||
source.error.eq(sink.error | crc.error),
|
||||
self.crc_error.eq(sink.last & crc.error),
|
||||
self.crc_error.eq(source.valid & source.last & crc.error),
|
||||
]
|
||||
|
||||
fsm.act("RESET",
|
||||
|
|
Loading…
Reference in New Issue