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
Throw an error if:
Throw a better error message when:
s.connect( s.a, s.b ) fails because s.a is a port list and should be s.a[N]. Currently get:
AttributeError: 'list' object has no attribute 'nbits'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Throw an error if:
[ is this related to this? (Add checking to detect multiple identical assignments/multiple assignments to the same signal. #127) ]
Throw a better error message when:
s.connect( s.a, s.b ) fails because s.a is a port list and should be s.a[N]. Currently get:
AttributeError: 'list' object has no attribute 'nbits'
The text was updated successfully, but these errors were encountered: