Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17263 ディスカッション

Max10 add .ekp to .pof by script

HeinrichDiebel
ビギナー
1,253件の閲覧回数

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 ?

0 件の賞賛
1 返信
JohnT_Intel
従業員
1,243件の閲覧回数

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.


返信