- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
To produce an encrypted .pof by a build pipeline I need a possibility to add a .ekp file to a .pof file similar to generating it by the programmers GUI. Is there any command line option or any other way to do it by script at all ?
- タグ:
- MAX10
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
You can generate ekp fle, using command line as follow "quartus_cpf --key <keyfile>:<keyid1>:<keyid2> <input_sof_file> <output_ekp_file>"
Please refer to "https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an556.pdf" page 16.
