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

applet.interface.better_la: a more performant logic analyzer #490

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

anuejn
Copy link
Contributor

@anuejn anuejn commented Nov 15, 2023

This PR implements a more performant logic analyzer applet. Performance is still not great but much better than with the event analyzer based one.
It would be very nice to add DDR support for capture & maybe a faster capture clock domain for more accurate timing. However, it is unclear if that actually makes sense based on the short captures I am already getting with this. Maybe USB lag-spikes are the issue here, but that needs further investigations.

I am very happy to take any suggestions on the code style & would be happy to work on it so that this could one day live upstream since i believe that this would also be valuable to many other people

@anuejn anuejn marked this pull request as draft November 15, 2023 23:58
@anuejn anuejn changed the title More performant logic analyzer applet applet.interface.better_la: Add a more performant logic analyzer applet Nov 16, 2023
@anuejn anuejn changed the title applet.interface.better_la: Add a more performant logic analyzer applet applet.interface.better_la: a more performant logic analyzer Nov 16, 2023
@wanda-phi
Copy link
Member

The loose fixes here look like they should be in their own PRs?

@whitequark
Copy link
Member

Maybe USB lag-spikes are the issue here, but that needs further investigations.

They are and this is why compression is needed.

this implements dynamic priority based scheduling in the LAArbiter.
Also it does improvements on the host-side python
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.

None yet

3 participants