Forum

Why do I get "Ciphe...
 
Notifications
Clear all

Why do I get "Cipher initialization error ...?

2 Posts
2 Users
0 Likes
1,937 Views
 vkp
(@vkp)
Member
Joined: 7 years ago
Posts: 3
Topic starter  

When I encrypt the IP using ipecrypt I get the following error:

Cipher initialization error '101167235'.


   
Quote
(@siliconip)
Member Admin
Joined: 7 years ago
Posts: 1
 

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.


   
ReplyQuote
Share: