V
Verictor
Guest
Hi,
When specifying the following parameter
parameter [3:0] RESET = 4'b0000;
the synthesis tool reports this warning:
Parameter range specification is new feature of Verilog 2001.
Synthesis and non-Verilog 2001 compatible simulation may have
different results. (VER-311)
How do I ensure the synthesis and simulation will have the same
results? Or what is this warning for?
Thanks
When specifying the following parameter
parameter [3:0] RESET = 4'b0000;
the synthesis tool reports this warning:
Parameter range specification is new feature of Verilog 2001.
Synthesis and non-Verilog 2001 compatible simulation may have
different results. (VER-311)
How do I ensure the synthesis and simulation will have the same
results? Or what is this warning for?
Thanks