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

Add a --pgm tool option to stop build stage from automatically programming #392

Merged
merged 2 commits into from Nov 21, 2023

Conversation

GCHQDeveloper147
Copy link
Contributor

Add a --pgm argument to separate place & route from programming in build stages using relevant tools (Vivado, Quartus, ISE). By default these won't attempt to program a device (which can quite easily crash servers unless a number of other options are also configured), but setting --pgm=<applicable tool> will allow it to do so.

@olofk olofk merged commit f156232 into olofk:main Nov 21, 2023
7 checks passed
@olofk
Copy link
Owner

olofk commented Nov 21, 2023

This looks fine to me. I always envisioned a pgm switch as a bool, but this makes it easier to bring in alternative programming methods if needed. Thanks!

olofk pushed a commit that referenced this pull request Nov 21, 2023
…mming (#392)

Add --pgm flag to tools with programming capabilities
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.

None yet

2 participants