-
Notifications
You must be signed in to change notification settings - Fork 260
Add C++ driver support #989
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 C++ driver support #989
Conversation
The C++ driver depends on #1210, so that I do not have to duplicate some of the builder options. In the meantime, there are still some details that I will polish up a bit for nicer integration. I have now moved both drivers into a single step called step_make_driver. If |
…n/finn into feature/integrateCppDriver
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.
Thanks, @LinusJungemann!
This looks good.
* See also Xilinx#989 --------- Co-authored-by: Felix Jentzsch <[email protected]> Co-authored-by: bwintermann <[email protected]> Co-authored-by: auphelia <[email protected]>
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.
Thank you, @LinusJungemann! Looks good to me as well :) I've added some small changes on code organization, tests and added the --force flag to the xclbinutil command to make it easier to re-run.
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.
Thanks, Linus!
Adds support for the C++ driver for FINN https://github.com/eki-project/finn-cpp-driver
The C++ driver itself is added as a submodule to FINN.
Current v1.0 driver release note: https://github.com/eki-project/finn-cpp-driver/releases/tag/v1.0