anilineda
Member level 3
Hello,
There is a good news that vivado 2016.4 now support version 2 ieee standard encryption. I succesfully encrypted (.v) files by using the command as shown below in tcl console of vivado:
the above command encrypt entire code but,
my question is, how to encrypt only some part of the code by writing 1735 supported pragma envelopes and also how to embed keys directly inside the code itself without using "-key" option.
please someone help me with the syntax and some reference.
Regards,
Anil
There is a good news that vivado 2016.4 now support version 2 ieee standard encryption. I succesfully encrypted (.v) files by using the command as shown below in tcl console of vivado:
Code:
encrypt -key <path to public key in vivado install dir> -lang verilog <design>.v -ext .vp
the above command encrypt entire code but,
my question is, how to encrypt only some part of the code by writing 1735 supported pragma envelopes and also how to embed keys directly inside the code itself without using "-key" option.
please someone help me with the syntax and some reference.
Regards,
Anil