Replies: 1 comment 2 replies
-
|
Thanks @nqdtan - I have a fix in the works and it will be in the next release. I will reference this post when it is available. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RapidWright currently does not preserve a
*.hwdeffile (if it exists) in a Design checkpoint file. What happened was that I imported a DCP file produced by RapidWright to Vivado in order to generate a bitstream with the commandwrite_device_image. I then met the following error message in VivadoBy some investigations, I found that this error is due to the missing of a
hwdeffile in the DCP. I tried adding one (from the original design checkpoint) manually by compressing a new DCP withzip(plus inserting a HWDEF entry to thedcp.xmlfile) and was able to generate bitstream. Attached is a DCP sample generated by Vitis 2021.2 that has ahwdeffile.I think it would be convenient if future RapidWright version preserves
hwdeffile when writing out DCP.DCP Sample with HWDEF
Beta Was this translation helpful? Give feedback.
All reactions