-
Notifications
You must be signed in to change notification settings - Fork 177
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
Provide public api to add build commands #515
Comments
This sounds like it should be a part of an external programmer. Could you explain that workflow in a bit more detail? |
At first that logic was inside the |
Ack, that makes sense. I'll see what can be done. |
My workflow involves generating that file (which also contains other stuff from the design like a memorymap). |
👍 |
see #618. Not needed. |
It would be nice to have (semi) public API to inject custom build commands into the build_name.{sh,bat} files.
My specific use case is to generate a bash script that contains a base64 encoded version of the bit stream that loads the bit stream automatically via the linux fpgamanager infrastructrure on a zynq.
Currently, I am having quite a hack in place to implement that but that constantly breaks and is a very bad solution.
For me live would be easier if
TemplatedPlatform
had an extra_command_templates property that is guaranteed to be not a property object and therefore easy to override.The text was updated successfully, but these errors were encountered: