单项选择题

下述代码的复位方式为( ) always@(posedge iCLK or negedge iRST_n) begin if(!RST_n) current_state <= s0; else current_state> A、同步复位

B、异步复位
C、高电平复位
D、下降沿复位