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

(18.1) Attempting to open a bitfile containing an 'error cluster' errors #23

Closed
strainmike opened this issue Jun 26, 2018 · 0 comments
Closed

Comments

@strainmike
Copy link
Collaborator

Creating a Bitifle with a error cluster control or indicator throws:
ValueError: invalid literal for int() with base 10: 'tring'

This is because error clusters claim to contain a String. They don't actually contain Strings as Strings are not supported on the FPGA, but claim to for compatibility with LabVIEW.

This issue was reported over email. Thanks for the quick bug report!

strainmike added a commit that referenced this issue Jun 27, 2018
Resolves #23
*Attempting to open a bitfile that contains an error cluster no longer errors.
*Callers can now read from error clusters

Also moved a little code around so that the "Unrecognized type encountered" error would pop up in cases like this instead of the failing to parse XML errors.
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

No branches or pull requests

1 participant