Notifications
Clear all
Encrypt IP: "ipecrypt"
2
Posts
2
Users
0
Reactions
2,395
Views
Topic starter
26/04/2017 12:31 pm
When I encrypt the IP using ipecrypt I get the following error:
Cipher initialization error '101167235'.
26/04/2017 1:21 pm
This is because the directive data_method is missing or has invalid value.
Try with `protect data_method="aes128-cbc" or `protect data_method="aes256-cbc" for VHDL IP.
Use `pragma protect ... for Verilog IP.