surajdash
Junior Member level 2
always @(posedge idclk)
begin
if((!carry)&&(!borrow))
toggle = @ (negedge idclk)~ toggle;
end
the error while synthesize xst is:
ERROR:Xst:896 - "adpll.v" line 151: Unsupported Event Control.
dire need of help...
begin
if((!carry)&&(!borrow))
toggle = @ (negedge idclk)~ toggle;
end
the error while synthesize xst is:
ERROR:Xst:896 - "adpll.v" line 151: Unsupported Event Control.
dire need of help...