-
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
[WIP] Add BM1370 support #3
Conversation
Thx a lot Daniel for your contribution, I will review this carefully asap. |
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.
Lot to discuss, but it is normal for such a complex chip/crate
use a *_next() Iterator-like method of retreiving CmdDelay one by one
refactor Asic trait to get rid of Vec
@DanielWarloch I close all complex comments, only the easy to fix ones, for you to finish this (big) PR. Then after merging it, I will work on master to add the missing parts. |
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.
Good to merge, I will finish it later in main
The work is still in progress. The first I wanned get ASICs working(a few shares accepted) and then I planned do a proper clean up.