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
mdidomenico3
New Contributor
1 year agoThanks 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?