mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/interconnect/stream: set packetized to True by default (we are going to remove this parameter)
This commit is contained in:
parent
a016ededa0
commit
44a5b95281
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ def _make_m2s(layout):
|
|||
|
||||
|
||||
class EndpointDescription:
|
||||
def __init__(self, payload_layout, param_layout=[], packetized=False):
|
||||
def __init__(self, payload_layout, param_layout=[], packetized=True):
|
||||
self.payload_layout = payload_layout
|
||||
self.param_layout = param_layout
|
||||
self.packetized = packetized
|
||||
|
|
Loading…
Reference in a new issue