mirror of https://github.com/m-labs/artiq.git
analyzer: fix EOP generation
This commit is contained in:
parent
b5ec979db3
commit
62ac4e3c2e
|
@ -135,6 +135,7 @@ class MessageEncoder(Module, AutoCSR):
|
|||
).Else(
|
||||
self.source.data.eq(input_output.raw_bits())
|
||||
),
|
||||
self.source.eop.eq(0),
|
||||
self.source.stb.eq(enable &
|
||||
(input_output_stb | exception_stb)),
|
||||
|
||||
|
|
Loading…
Reference in New Issue