Forum Discussion
Altera_Forum
Honored Contributor
17 years agois there a mechanism in verilog to validate parameter values?
I'm working on a very simple verilog module that has a parameter for the width of an input signal. I'll be using "[WIDTH-1:0] nomenclature for register instantiations, for instance.. Two quest...
Altera_Forum
Honored Contributor
17 years agoHi,
1) Test it :-) and give answer. I think it not accepted by Quartus. 2) In VHDL, I use assertions. there may be an equivalent in Verilog. ++