We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
to uniformize and avoid future bugs, we must add a 64bit float register type
The text was updated successfully, but these errors were encountered:
Solution: LongRegister implemented in fgen, not sure that its useful for IQ. Can represent arbitrary length of bits, just like python int
Sorry, something went wrong.
Solved with LongRegister.
Usage: addr = 0x124 class MyModule(BaseModule): myverylongregister = LongRegister(addr, bits = 1234)
returns pyton int with 1234 bit representation from 0x124 to subsequent addresses in fpga :)
No branches or pull requests
to uniformize and avoid future bugs, we must add a 64bit float register type
The text was updated successfully, but these errors were encountered: