Guest
Hello All
I am using this statement in VHDL
if ( 0 <= (locklength-nlock) < 1 ) then
.....
and there is a compile error
ncvhdl_p: *E,SEQREL (../PLL_MN100.vhd,518|39): illegal sequence of
relational operators [7.1] [7.2.2].
Is there anything wrong in the above statement?
This works in Verilog.
Thanks
krithiga
I am using this statement in VHDL
if ( 0 <= (locklength-nlock) < 1 ) then
.....
and there is a compile error
ncvhdl_p: *E,SEQREL (../PLL_MN100.vhd,518|39): illegal sequence of
relational operators [7.1] [7.2.2].
Is there anything wrong in the above statement?
This works in Verilog.
Thanks
krithiga