Skip to content

Instantly share code, notes, and snippets.

@j11332
Created August 30, 2021 12:17
Show Gist options
  • Save j11332/e9509d03a25bb4e193746eb9b897be30 to your computer and use it in GitHub Desktop.
Save j11332/e9509d03a25bb4e193746eb9b897be30 to your computer and use it in GitHub Desktop.
from litex.soc.interconnect import stream
def testFrameDescriptor(dw):
_payload_layout = [
("data", dw),
]
return stream.EndpointDescription(_payload_layout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment