-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Calyx-Backend] Use Morty to link external libraries #2378
base: main
Are you sure you want to change the base?
Conversation
cdcfb9c
to
5c6d93e
Compare
5c6d93e
to
324a404
Compare
ul, compare, and their corresponding tests
Also added HardFloat as a compilation library; as well as corresponding tests cases. Ready for another round of review, thanks! |
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.
Some questions / potential for improvement.
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.
All my comments have been addressed. We need to hear from @rachitnigam before this is merged, since it is a pretty major change to a part of the codebase that I am not familiar with.
sounds good, thank you! |
This patch is the first half of #1928
We use Morty: https://github.com/pulp-platform/morty to pickle Verilog/System Verilog files needed as libraries.
Acknowledgement to @evanmwilliams for the original implementation.