begin if(count<=200) wave<=0; else if((count<=300)&&(count>200)) wave<=1; else if((count<=500)&&(count>300)) wave<=0; end把这段单拿出来放到一个always块里面试试