Forum Discussion
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