mirror of
https://github.com/enjoy-digital/litescope.git
synced 2025-01-04 09:52:27 -05:00
common: remove direction in layout
This commit is contained in:
parent
58a09bbdd6
commit
97a0785e28
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ from litex.soc.interconnect.stream import *
|
|||
|
||||
|
||||
def data_layout(dw):
|
||||
return [("data", dw, DIR_M_TO_S)]
|
||||
return [("data", dw)]
|
||||
|
||||
|
||||
def hit_layout():
|
||||
return [("hit", 1, DIR_M_TO_S)]
|
||||
return [("hit", 1)]
|
||||
|
|
Loading…
Reference in a new issue