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

Extend Vivado run script to support FPGAs of the Versal family #450

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

schenfab
Copy link

@schenfab schenfab commented Nov 8, 2024

Building bitstreams for the Versal family was not yet supported through the run script for Vivado. This change adds support for Versal FPGA's by the following means:

  • The property STEPS.WRITE_BITSTREAM.ARGS.BIN_FILE is only set if it exists. For the Versal family, this step has been replaced by write_device_image and hence the property would not apply, throwing an error
  • Versal bitstream files are ending in .bif instead of .bit, which made copying the .bit file throw an error. Now, after completion of the run, either a .bit or .bif file will be copied to the project workroot.

The test reference files have been updated accordingly...

@olofk olofk merged commit f03fdb1 into olofk:main Nov 13, 2024
7 checks passed
@olofk
Copy link
Owner

olofk commented Nov 13, 2024

Excellent! Let's get this merged. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants