-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add none type chip capability handling #381
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
Sorry, I deleted my prev reply - I thought there was an issue (seg fault) but I had typo on my cmd (referencing wrong workspace systemdesc). Works good, no more error seen. This looks a bit strange though, is it intended?
Edit: Maybe lets keep this open a bit to get Nick's thoughts.
|
You're seeing 6 because with this change you're bitwise or'ing 0b'10 and 0b'100 so it yields 6. |
Curious, what's the use of the |
Remote chips connected via ethernet. |
Would it be plausible to call it something like |
Yeah that's a good idea! I'll update the name |
+1 for adding an eth attribute. But back to the core issue, does it work instead of using
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try and support the assembly syntax I posted above. I'd rather not have a special case value for None I think that only works around the issue.
@nsmithtt that's correct, closing this. |
#380
Add handling for None type chip capability