mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
flow/actor: fix eop direction
This commit is contained in:
parent
66054af7bb
commit
a03570ccca
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class _Endpoint(Record):
|
|||
if packetized:
|
||||
endpoint_layout += [
|
||||
("sop", 1, DIR_M_TO_S),
|
||||
("eop", 1, DIR_S_TO_M)
|
||||
("eop", 1, DIR_M_TO_S)
|
||||
]
|
||||
Record.__init__(self, endpoint_layout)
|
||||
|
||||
|
|
Loading…
Reference in a new issue