UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
10-10-2019 01:44 AM
How can I generate two types of bit files, encrypted and unencrypted, from a single implementation data?
10-10-2019 07:24 PM
Unencrypted:
Just directly run write_bitstream based on the opended implementation result:
write_bitstream xxx.bit.
Encrypted:
Refer to Xapp1239 or Xapp1267:
https://www.xilinx.com/support/documentation/application_notes/xapp1267-encryp-efuse-program.pdf
Briefly, set a bunch of properties before you run the write_bitstream command in the Tcl console. Don't save these to the design, and you will always get a 'clean' dcp file.
10-10-2019 07:24 PM
Unencrypted:
Just directly run write_bitstream based on the opended implementation result:
write_bitstream xxx.bit.
Encrypted:
Refer to Xapp1239 or Xapp1267:
https://www.xilinx.com/support/documentation/application_notes/xapp1267-encryp-efuse-program.pdf
Briefly, set a bunch of properties before you run the write_bitstream command in the Tcl console. Don't save these to the design, and you will always get a 'clean' dcp file.
10-10-2019 09:32 PM
Thank you for your reply. It is solved.
After changing the setting in "Edit Device Properties", "Generate Bitstream" was executed from "Flow Navigator".
The modified bitstream was created by running from "Tcl Console".