Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
viju said:Hi I am new to this group.
Can any please tell me what is race ? Is it with flip flop or in verilog statement ?
Thanks,
VJ
always @(a)
b = ~a;
always @(a)
$display ("a %b b %b ",a,b);