You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: