-
Notifications
You must be signed in to change notification settings - Fork 132
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 VCU118 Support to mp/pulp-v1-os-fpga Branch #362
Add VCU118 Support to mp/pulp-v1-os-fpga Branch #362
Conversation
Nice work @mrbilandi were you able to run baremetal or OS on it? |
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 a lot! Once the questions are addressed, we can merge.
Makefile
Outdated
CLANG_CC ?= clang | ||
CLANG_CXX ?= clang++ | ||
CLANG_CC ?= clang-14 | ||
CLANG_CXX ?= clang++-14 |
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.
We can drop this change, right?
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.
Yes, but I’ll need to apply it on my end. I will bring it back in a new commit.
Hi @aitesam961 |
Hey @mrbilandi, Since the base branch went out of sync due to flow modifications, I have pushed there your (adapted) commit and authored it with your username and email. Let me know if this is okay for you and if I need to re-open this PR ;-) |
This pull request integrates support for the Xilinx VCU118 FPGA platform into the mp/pulp-v1-os-fpga branch.
Changelog
Changes
cheshire/Makefile:
Modified to support any specified platform using BOARD=. For example, use "make ara-chs-xilinx BOARD=vcu118" to build for the VCU118 platform.
Checklist