projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66054af
)
flow/actor: fix eop direction
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 22 Sep 2014 16:09:30 +0000
(18:09 +0200)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Mon, 22 Sep 2014 16:14:58 +0000
(
00:14
+0800)
migen/flow/actor.py
patch
|
blob
|
history
diff --git
a/migen/flow/actor.py
b/migen/flow/actor.py
index 8968b5337274ccbf4d277ecd03cf394303114eaf..d80937244f88314660d6ce97c2445ba7ebcfda36 100644
(file)
--- a/
migen/flow/actor.py
+++ b/
migen/flow/actor.py
@@
-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)