-
Notifications
You must be signed in to change notification settings - Fork 173
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
Ability to use do_program without do_build #350
Comments
There are two issues with implementing this improvement.
Have you considered using |
Do you think having
I am not sure how I could use |
In my experience, this is a common enough issue that it's better to be as explicit as possible with operations that may result in outdated build artifacts. In principle, I would be more comfortable using a dependency tracking system (something like Make, except Make doesn't work well on Windows, so we can't use that). But let's say I accept that it is enough indication. (1) is still an issue.
|
Yes I guess what I actually want is nmigen skipping rebuilding the design if it did not change.
Oh I totally missed the |
I would classify this as out of scope for nMigen at the moment. There are two main issues:
|
Unfortunate, but understandable. |
It would be nice to be able to use
do_program=True
without rebuilding everything (for example to quickly reflash a board after power cycling it).The text was updated successfully, but these errors were encountered: