Created
August 30, 2021 12:17
-
-
Save j11332/e9509d03a25bb4e193746eb9b897be30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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