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

FrameV2 support and output data before TMS stage shift #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tylerjsmith
Copy link

My goal here was to be able to write a High-Level analyzer for our development environment's debugger. The two problems were that this JTAG low-level analyzer doesn't output data until there is a state change. With our debugger, it remains in the Shift-DR state while debugging. So, I added the ability to chunk the data as it comes in, with the default value of "0" resulting in the same behavior as it currently provides. If changed to something like "8", then you get data output every 8 bits.

The second change is to output the data in a FrameV2 format for a python High-Level analyzer to be written.

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

1 participant