FPGA环境中加密信封产生的错误

0

【以下的问题经过翻译处理】 我是第一次使用AWS上的FPGA,试图对cl_hello_world进行简单修改以进行编译。这个简单修改是有两个内存地址用于写入,当读取时是两个写入的32位值的异或。据我所知,Verilog没问题,但在使用aws_build_dcp_from_cl.sh脚本编译时,vivado会输出一堆包含"ERROR: [ Synth 8-5809 ] Error generated from encrypted envelope. [/home/centos/src/project_data/aws-fpga/hdk/cl/examples/cl_hello_world/build/src_post_encryption/cl_hello_world.sv:281]"的错误代码。

有人能解释一下是怎么回事并给我一些参考文献吗?

profile picture
ESPERTO
posta 6 mesi fa45 visualizzazioni
1 Risposta
0

【以下的回答经过翻译处理】 您报告的构建错误来自加密模块。因此,实际的错误消息已经被混淆了。您可以通过在encrypt.tcl中注释以下行(第57-60行)来暂时禁用加密:

https://github.com/aws/aws-fpga/blob/develop/hdk/cl/examples/cl_hello_world/build/scripts/encrypt.tcl

这里还有另一个关于同一问题的论坛帖子供您参考:

https://forums.aws.amazon.com/thread.jspa?messageID=947131

profile picture
ESPERTO
con risposta 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande