- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello,
I'm T_Cherry. I need to have the key to encrypt my RTL for co-development a FPGA RTL codes with my partner on Quartus Prime Pro. Would kindly let me know how I could obtain the key?
Best regard!
T_Cherry
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello, KennyT,
Yes, I have seen the page, and it says following two. I'm just trying both.
I'm asking the key to this forum, as the second one says.
Could you kindly help me?
... encrypt_1735.exe
>• To obtain the encryption key, login or register for a My-Intel account, and then
>submit an Intel Premier Support case requesting the encryption key.
>• If you are ineligible for Intel Premier Support, you can submit a question regarding
>the "IEEE 1735 Encryption Public Key" to the Intel Community Forum for
>assistance.
Thanx!
T_Cherry
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
According to the user guide page 39, the public encryption key is needed only when you use a third-party tool.
- Could you share the exact commands you executed and the messages from the command to understand your situation?
- Could you share the Quartus Prime Software variant (Standard or Pro) and the version number?
encrypt_1735 tool shipped with Quartus can be used to encrypt RTL files such that they can only be decrypted by Quartus synthesis tool
The public key is embedded in this tool.
For example, to encrypt file foo.v to create encrypted file foo_enc.v, run the following command:
encrypt_1735 --quartus --language=verilog --of=foo_enc.v foo.v
You can also encrypt files for simulation (for example, for modelsim or vcs simulators).
To get help on the command line arguments, run ‘encrypt_1735 -h’
