dout=temp[1];
temp[0]=din;
temp[1]=temp[0];
endmodule
Warning (10235): Verilog HDL Always Construct warning at blocking.v(15): variable "temp" is read inside the Always Construct but isn't in the Always Construct's Event Control
这个Warning 是什么意思啊,怎么解决?