-
Notifications
You must be signed in to change notification settings - Fork 5
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
More components #47
More components #47
Conversation
…nd added an SR latch
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.
Really strong pr!
I think we can merge this and get stuff working really nicely.
If there is some component that doesn't do what we want it to we can open up an issue/pr for that then.
I'm happy to merge after getting answers to the questions I posed.
Signed-off-by: Eskil Q <[email protected]>
Signed-off-by: Eskil Q <[email protected]>
I've changed the code according to the feedback and I've also added test for working out diffs, to make sure it works. |
Ok we have two approving reviews so I'm going to merge this pr now. |
This PR adds all components marked as "Prio 1" in #41. It also removes the
dirty_subnet
interface because it's no longer needed.What remains to be implemented for these components is that some components should be "pokeable" as outlined in #40. There might also be a need for further unit tests and documentation.