-
Notifications
You must be signed in to change notification settings - Fork 63
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
Yosys: Support compositional translation of sequential circuits #1880
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.
I am not at all an expert on the Yosys backend, so this is a very shallow review of the code. Let me know if there are parts that you think deserve closer scrutiny.
Also, do you think the Yosys backend is develop enough at this point to include more user-facing documentation, such as in the SAW manual and/or changelog?
@RyanGlScott I think this is ready to merge, with your approval.
Sam added a manual section in response to this. |
Co-authored-by: Ryan Scott <rscott@galois.com>
This PR adds support for compositional translation of sequential circuits to the Yosys backend. In practice, this is a large refactoring of the
yosys_import
command - this command formerly supported only combinational circuits, but the changes here extend it to also support sequential circuits.