Error while compiling encrypted files
Hello Guys! I'm in the following situation:
I'm using:
Quartus version: 20.1.0.177-0.46w
QuestaSim Version: 2021.3_2
stratix10
I'm compiling some files but when it arrives in an encrypted file, I have the following error:
**Error:: file(line) (vlog - 2163) Macro `<protected> is undefined
The command I'm using is vlog -sv <file_path> -L <libs> -work <libs>
The same IP is being compiled in another machine, with a different Quartus and Questa configuration, so I believe the problem is related to the versions of the tools.
When I open the file I have the following information:
encrypt_agent = "Model Technology", encrypt_agent_info = "10.4d"
I'm trying to generate the same file with my QuestaSim version as the encrypt_agent, but I don't know how. Does someone know how to do that? Does someone know a better solution for this?
Sorry for being so generic, If someone needs more info about it please, let me know.