-
Notifications
You must be signed in to change notification settings - Fork 256
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
Skip synthesis stage when generate binary #729
Comments
The sequence i want to execute is:
This sequence is provided by xilinx. |
Technically, this should be reported in Edalize instead, since that's the project that has all the EDA tool interface code. I can tell you right away though, that what you want to do is not supported by Edalize today. We could look at how to make this possible though, but I would need to understand the use-case a bit better. Like, as a user, do you only have these two dcp files, or do you want to first do synthesis to create a dcp and then link with another. A block diagram (kind of like https://edalize.readthedocs.io/en/latest/edam/api.html#vivado-flow) would be helpful to begin with. |
For the tandem load flow with vivado to update regions of the fpga, a slightly different flow must be followed than normal. Two different syntheses must be generated and then the implementation and generation of binaries must be generated based on the two checkpoints created in the two previous syntheses. For this, when executing the run command, I can load the checkpoints but fusesoc tries to generate a new synthesis and I would need that stage not to be executed and go directly to the implementation. Is there any argument that allows me to do that? I use '-pnr=none' to generate only one synthesis but I did not see an option to generate only the rest.
The text was updated successfully, but these errors were encountered: