Forum Discussion
mdidomenico3
New Contributor
1 year agoIntel Ampcrypt Module Hierarchy
Hello, I am using ampcrypt to encrypt a design for a third party user, and have found that while the encrypted file cannot be viewed in Quartus, as plain text, or in the RTL viewer tool, when runnin...
RichardT_altera
Super Contributor
1 year agoI found out that to disable a warning message in standard, you can set the following pragma at the beginning of the verilog file:
// message_off <id>
So in this case, you can set
// message_off 12128
in the beginning of all the verilog files
Regards,
Richard Tan
- mdidomenico31 year ago
New Contributor
Thanks for all the information. Just to summarize, there's no way to prevent a user from seeing entity/node names within the encrypted module in signal tap, technology viewer and timing analyzer?
- RichardT_altera1 year ago
Super Contributor
Yes. There is no foolproof way to completely hide entity/node names within an encrypted module from tools like Signal Tap, Technology Viewer, and Timing Analyzer in Quartus. While encryption protects the RTL source code, Quartus must still synthesize the design.
Regards,
Richard Tan