一般是因为always写成这样 always @ (posedge clk or negedge rst) 改成这样的写法就对了 always @ (posedge clk , posedge rst)