find the errors in verilog code

 int a=1; b=2; c=5; d=4; e=1; i;


if(a<b &&(c>d||e<b))


i=1;

else if (b>c|| ( d>e && e==a0)
i=2;
else
i=3;
system.out.println(i);




output:-1


Comments

Popular posts from this blog