| 
 
| always @(negedge START_S or negedge CLK or negedge RSTI) //always @(START_S or BUSYI_S or ReadOver or ConvOver or RSTI)
 begin
 if (!RSTI)
 begin
 NS  =3'b000;
 end
 else begin
 NS =3'b010;
 end
 end
 
 
 综合时报E CL123 The logic for NS[2:0] does not match a standard flip-flop ADS856_2.v (83) ADS8556_2.srr (36) 10:59:34 Sat Apr 10 compilerReport
 
 小菜问问是什么原因
 
 | 
 |