Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou can suppress a specific message? Interesting, I'll check that the next time I'm at my workstation. In the meantime, is there no solution I can put into schematics or Verilog files?
In C, you can do:(void)some_unused_parameter; To stop the compiler from warning you that a parameter (or variable) is unused. I am wondering if the Verilog specifications, or even the compilers specific to Quartus, have something similar. Thank you for the help so far, by the way.