Hi, What does a statement like @(posedge clk) synthesise to? if i write:- input b; output c; a=b; @(posedge clk); c=a;
objectmix.com