Skip to content
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

Improvements to the HDL build #103

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft

Conversation

twitzelbos
Copy link
Member

This PR updates the Makefile to not build device tree by default, thus allowing "lighter" installations of Vivado to build just the bitfile.
Updated the README to clarify the Makefile call and to switch to Vitis 2024.1
Updated the Makefile to checkout the 2024.1 device tree compiler from the Xilinx git.

samitbasu
samitbasu previously approved these changes Sep 16, 2024
LincolnCB
LincolnCB previously approved these changes Sep 16, 2024
Copy link

@LincolnCB LincolnCB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I like this default behavior, as I'm usually rebuilding just the bitstream.

This might allow us to set the properties for pins that
are optimized away, as opposed to using the constraints that
will create a whole bunch of warnings when trying to constrain
a pin that isn't used in the project

Also try and update the README a little more
@twitzelbos twitzelbos dismissed stale reviews from LincolnCB and samitbasu via c5dfb1c September 16, 2024 04:06
@twitzelbos twitzelbos marked this pull request as draft September 16, 2024 15:44
@twitzelbos twitzelbos marked this pull request as draft September 16, 2024 15:44
@twitzelbos twitzelbos self-assigned this Sep 16, 2024
@twitzelbos twitzelbos added bug Something isn't working documentation Documentation that is needed labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Documentation that is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants