Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AxiStreamDma: exposing all the TX/RX diagnostic ioctl() to python #999

Merged
merged 6 commits into from
Apr 29, 2024

Conversation

ruck314
Copy link
Contributor

@ruck314 ruck314 commented Apr 22, 2024

Description

Also added AxiStreamDmaMon python class for creating the LocalVariables

self.dmaStream = rogue.hardware.axi.AxiStreamDma(args.dev,(0x100*0)+0,1)                
self.add(pyrogue.hardware.axi.AxiStreamDmaMon(
    axiStreamDma = self.dmaStream,
    expand       = True,
))

@bengineerd
Copy link
Contributor

This is awesome. Is there any other driver information we might want to expose while we're at it?

@ruck314
Copy link
Contributor Author

ruck314 commented Apr 24, 2024

image
@bengineerd I added more RX buffer diagnostics but it will require updating the kernel driver:
slaclab/aes-stream-drivers#128

@bengineerd bengineerd self-requested a review April 29, 2024 16:43
@ruck314 ruck314 merged commit 32ee7a8 into pre-release Apr 29, 2024
5 checks passed
@ruck314 ruck314 deleted the ESROGUE-592 branch April 29, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants